diff options
Diffstat (limited to 'platforms/chibios/boards/GENERIC_STM32_L412XB')
-rw-r--r-- | platforms/chibios/boards/GENERIC_STM32_L412XB/configs/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/boards/GENERIC_STM32_L412XB/configs/board.h b/platforms/chibios/boards/GENERIC_STM32_L412XB/configs/board.h index de5f85acdd..1f7183f1e7 100644 --- a/platforms/chibios/boards/GENERIC_STM32_L412XB/configs/board.h +++ b/platforms/chibios/boards/GENERIC_STM32_L412XB/configs/board.h @@ -15,7 +15,7 @@ */ #pragma once -#include_next "board.h" +#include_next <board.h> #undef STM32L432xx #define STM32L422xx |