Some cleanup

This commit is contained in:
Radomir Dopieralski 2018-08-12 14:36:38 +02:00
parent 55b511a5d8
commit 0a5c1c9402
1 changed files with 0 additions and 4 deletions

View File

@ -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();