Skip to content

Commit 0a5c1c9

Browse files
committed
Some cleanup
1 parent 55b511a commit 0a5c1c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • ports/atmel-samd/supervisor

ports/atmel-samd/supervisor/port.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@
7171
#ifdef CIRCUITPY_GAMEPAD_TICKS
7272
#include "shared-module/gamepad/__init__.h"
7373
#endif
74-
#ifdef CIRCUITPY_PEWPEW_TICKS
7574
#include "shared-module/_pew/PewPew.h"
76-
#endif
7775

7876
extern volatile bool mp_msc_enabled;
7977

@@ -228,9 +226,7 @@ void reset_port(void) {
228226
#ifdef CIRCUITPY_GAMEPAD_TICKS
229227
gamepad_reset();
230228
#endif
231-
#ifdef CIRCUITPY_PEWPEW_TICKS
232229
pew_reset();
233-
#endif
234230

235231
reset_event_system();
236232

0 commit comments

Comments
 (0)