summaryrefslogtreecommitdiff
path: root/chip/stm32/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/uart.c')
-rw-r--r--chip/stm32/uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/stm32/uart.c b/chip/stm32/uart.c
index 78bbcc3e58..f2650591ed 100644
--- a/chip/stm32/uart.c
+++ b/chip/stm32/uart.c
@@ -11,6 +11,7 @@
#include "gpio.h"
#include "hooks.h"
#include "registers.h"
+#include "system.h"
#include "task.h"
#include "uart.h"
#include "util.h"