From 0a5c1c94025a1d36762d14b48995337b0f09ce97 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Sun, 12 Aug 2018 14:36:38 +0200 Subject: [PATCH] Some cleanup --- ports/atmel-samd/supervisor/port.c | 4 ---- 1 file changed, 4 deletions(-) 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();