Some cleanup
This commit is contained in:
parent
55b511a5d8
commit
0a5c1c9402
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user