diff options
Diffstat (limited to 'platforms/chibios/keyboard-config-templates/board.h')
-rw-r--r-- | platforms/chibios/keyboard-config-templates/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/keyboard-config-templates/board.h b/platforms/chibios/keyboard-config-templates/board.h index 967ec13a1..5b840c389 100644 --- a/platforms/chibios/keyboard-config-templates/board.h +++ b/platforms/chibios/keyboard-config-templates/board.h | |||
@@ -15,6 +15,6 @@ | |||
15 | */ | 15 | */ |
16 | #pragma once | 16 | #pragma once |
17 | 17 | ||
18 | #include_next "board.h" | 18 | #include_next <board.h> |
19 | 19 | ||
20 | // #undef STM32_HSE_BYPASS | 20 | // #undef STM32_HSE_BYPASS |