diff options
Diffstat (limited to 'platforms/chibios/boards/GENERIC_STM32_F407XE')
-rw-r--r-- | platforms/chibios/boards/GENERIC_STM32_F407XE/configs/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/boards/GENERIC_STM32_F407XE/configs/board.h b/platforms/chibios/boards/GENERIC_STM32_F407XE/configs/board.h index 22c4e4cd7e..a0d53d86e7 100644 --- a/platforms/chibios/boards/GENERIC_STM32_F407XE/configs/board.h +++ b/platforms/chibios/boards/GENERIC_STM32_F407XE/configs/board.h @@ -19,6 +19,6 @@ // The following is required to disable the pull-down on PA9, when PA9 is used for the keyboard matrix: #define BOARD_OTG_NOVBUSSENS -#include_next "board.h" +#include_next <board.h> #undef STM32_HSE_BYPASS
\ No newline at end of file |