diff options
Diffstat (limited to 'teensy/uart.c')
-rw-r--r-- | teensy/uart.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/teensy/uart.c b/teensy/uart.c index 4751e3293f..7e08366b2e 100644 --- a/teensy/uart.c +++ b/teensy/uart.c @@ -27,12 +27,8 @@ #include <stdio.h> #include <string.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" #include MICROPY_HAL_H #include "bufhelper.h" #include "uart.h" |