We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b511a commit 0a5c1c9Copy full SHA for 0a5c1c9
1 file changed
ports/atmel-samd/supervisor/port.c
@@ -71,9 +71,7 @@
71
#ifdef CIRCUITPY_GAMEPAD_TICKS
72
#include "shared-module/gamepad/__init__.h"
73
#endif
74
-#ifdef CIRCUITPY_PEWPEW_TICKS
75
#include "shared-module/_pew/PewPew.h"
76
-#endif
77
78
extern volatile bool mp_msc_enabled;
79
@@ -228,9 +226,7 @@ void reset_port(void) {
228
226
229
227
gamepad_reset();
230
231
232
pew_reset();
233
234
235
reset_event_system();
236
0 commit comments