diff options
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 7d93b68f9..3c6f54ef5 100644 --- a/platforms/chibios/GENERIC_STM32_F042X6/board/board.c +++ b/platforms/chibios/GENERIC_STM32_F042X6/board/board.c | |||
@@ -19,8 +19,8 @@ | |||
19 | * generator plugin. Do not edit manually. | 19 | * generator plugin. Do not edit manually. |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include "hal.h" | 22 | #include <hal.h> |
23 | #include "stm32_gpio.h" | 23 | #include <stm32_gpio.h> |
24 | 24 | ||
25 | /*===========================================================================*/ | 25 | /*===========================================================================*/ |
26 | /* Driver local definitions. */ | 26 | /* Driver local definitions. */ |