diff options
Diffstat (limited to 'platforms/chibios/boards/BLACKPILL_STM32_F411')
-rw-r--r-- | platforms/chibios/boards/BLACKPILL_STM32_F411/configs/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/boards/BLACKPILL_STM32_F411/configs/board.h b/platforms/chibios/boards/BLACKPILL_STM32_F411/configs/board.h index 30af6b0c86..81c80b2773 100644 --- a/platforms/chibios/boards/BLACKPILL_STM32_F411/configs/board.h +++ b/platforms/chibios/boards/BLACKPILL_STM32_F411/configs/board.h @@ -15,6 +15,6 @@ */ #pragma once -#include_next "board.h" +#include_next <board.h> #undef STM32_HSE_BYPASS |