summaryrefslogtreecommitdiffstatshomepage
path: root/ports/stm32/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/uart.c')
-rw-r--r--ports/stm32/uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/uart.c b/ports/stm32/uart.c
index 1238b4e31b..2b2f782f91 100644
--- a/ports/stm32/uart.c
+++ b/ports/stm32/uart.c
@@ -28,7 +28,6 @@
#include <string.h>
#include <stdarg.h>
-#include "py/nlr.h"
#include "py/runtime.h"
#include "py/stream.h"
#include "py/mperrno.h"