diff options
author | QMK Bot <hello@qmk.fm> | 2023-09-17 12:19:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-09-17 12:19:00 +0000 |
commit | 78fdebb1306ae9259fb8b4316f70054de3e9a297 (patch) | |
tree | 7cdc516da8a83d244fcada2698aca53ea702f446 | |
parent | 1ea54a2d8da9e64e5a2c1fd882a13058523b50bc (diff) | |
parent | 1fbd45a5949acc6bc51c4bbd80ad2d4c249e7805 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | platforms/chibios/drivers/uart.h | 3 |
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 |