summaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-09-17 12:19:00 +0000
committerQMK Bot <hello@qmk.fm>2023-09-17 12:19:00 +0000
commit78fdebb1306ae9259fb8b4316f70054de3e9a297 (patch)
tree7cdc516da8a83d244fcada2698aca53ea702f446 /platforms
parent1ea54a2d8da9e64e5a2c1fd882a13058523b50bc (diff)
parent1fbd45a5949acc6bc51c4bbd80ad2d4c249e7805 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'platforms')
-rw-r--r--platforms/chibios/drivers/uart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platforms/chibios/drivers/uart.h b/platforms/chibios/drivers/uart.h
index d1917bfc80..16983072ce 100644
--- a/platforms/chibios/drivers/uart.h
+++ b/platforms/chibios/drivers/uart.h
@@ -21,6 +21,9 @@
#include <hal.h>
+#include "gpio.h"
+#include "chibios_config.h"
+
#ifndef SERIAL_DRIVER
# define SERIAL_DRIVER SD1
#endif