diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-11 02:46:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-11 02:46:19 +0000 |
commit | fdfcce57e1c46765e0aebf37ad3d9611a7384241 (patch) | |
tree | 9524405fef6cc3b16965517735dc0ef315f67ab1 /platforms/chibios/GENERIC_STM32_F042X6/board/board.c | |
parent | ed76f4394fd95413f7da11e2342b0965182ccb95 (diff) | |
parent | 501f2fdef115314713e94428d409e5c3b5bfc1c2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'platforms/chibios/GENERIC_STM32_F042X6/board/board.c')
-rw-r--r-- | platforms/chibios/GENERIC_STM32_F042X6/board/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/chibios/GENERIC_STM32_F042X6/board/board.c b/platforms/chibios/GENERIC_STM32_F042X6/board/board.c index 7d93b68f9c..3c6f54ef5e 100644 --- a/platforms/chibios/GENERIC_STM32_F042X6/board/board.c +++ b/platforms/chibios/GENERIC_STM32_F042X6/board/board.c @@ -19,8 +19,8 @@ * generator plugin. Do not edit manually. */ -#include "hal.h" -#include "stm32_gpio.h" +#include <hal.h> +#include <stm32_gpio.h> /*===========================================================================*/ /* Driver local definitions. */ |