diff --git a/ports/atmel-samd/supervisor/port.c b/ports/atmel-samd/supervisor/port.c index d1e0ae5936..4aa07a6dbc 100644 --- a/ports/atmel-samd/supervisor/port.c +++ b/ports/atmel-samd/supervisor/port.c @@ -71,9 +71,7 @@ #ifdef CIRCUITPY_GAMEPAD_TICKS #include "shared-module/gamepad/__init__.h" #endif -#ifdef CIRCUITPY_PEWPEW_TICKS #include "shared-module/_pew/PewPew.h" -#endif extern volatile bool mp_msc_enabled; @@ -228,9 +226,7 @@ void reset_port(void) { #ifdef CIRCUITPY_GAMEPAD_TICKS gamepad_reset(); #endif -#ifdef CIRCUITPY_PEWPEW_TICKS pew_reset(); -#endif reset_event_system();