diff options
Diffstat (limited to 'teensy/uart.c')
-rw-r--r-- | teensy/uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/uart.c b/teensy/uart.c index 1a04bb0d69..81035aed6a 100644 --- a/teensy/uart.c +++ b/teensy/uart.c @@ -29,7 +29,6 @@ #include "py/nlr.h" #include "py/runtime.h" -#include MICROPY_HAL_H #include "bufhelper.h" #include "uart.h" |