summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/modpyb.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/modpyb.c')
-rw-r--r--teensy/modpyb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/teensy/modpyb.c b/teensy/modpyb.c
index 8429191af9..aa62f78703 100644
--- a/teensy/modpyb.c
+++ b/teensy/modpyb.c
@@ -33,10 +33,11 @@
#include "py/gc.h"
#include "py/mphal.h"
+#include "lib/utils/pyexec.h"
+
#include "gccollect.h"
#include "irq.h"
#include "systick.h"
-#include "pyexec.h"
#include "led.h"
#include "pin.h"
#include "timer.h"