aboutsummaryrefslogtreecommitdiff
path: root/teensy/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/uart.c')
-rw-r--r--teensy/uart.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/teensy/uart.c b/teensy/uart.c
index 3dd546dd5..97a1a058c 100644
--- a/teensy/uart.c
+++ b/teensy/uart.c
@@ -28,14 +28,12 @@
#include <string.h>
#include "mpconfig.h"
-
-#include HAL_H
-
#include "nlr.h"
#include "misc.h"
#include "qstr.h"
#include "obj.h"
#include "runtime.h"
+#include MICROPY_HAL_H
#include "bufhelper.h"
#include "uart.h"