Skip to content

Commit 172b4d0

Browse files
committed
mimxrt: fix build after move of pewpew
1 parent dc9cd60 commit 172b4d0

File tree

1 file changed

+2
-0
lines changed
  • ports/mimxrt10xx/supervisor

1 file changed

+2
-0
lines changed

ports/mimxrt10xx/supervisor/port.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
#if CIRCUITPY_GAMEPADSHIFT
5454
#include "shared-module/gamepadshift/__init__.h"
5555
#endif
56+
#if CIRCUITPY_PEW
5657
#include "shared-module/_pew/PewPew.h"
58+
#endif
5759
#include "supervisor/shared/tick.h"
5860

5961
#include "clocks.h"

0 commit comments

Comments
 (0)