diff options
Diffstat (limited to 'teensy/timer.c')
-rw-r--r-- | teensy/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/timer.c b/teensy/timer.c index 5d6237d006..88583a09b4 100644 --- a/teensy/timer.c +++ b/teensy/timer.c @@ -32,7 +32,7 @@ #include "py/nlr.h" #include "py/runtime.h" #include "py/gc.h" -#include MICROPY_HAL_H +#include "py/mphal.h" #include "pin.h" #include "reg.h" #include "timer.h" |