diff options
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_f446re/board.h')
| -rw-r--r-- | keyboards/handwired/onekey/nucleo_f446re/board.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/nucleo_f446re/board.h b/keyboards/handwired/onekey/nucleo_f446re/board.h index 0c5f4dde79..54c93c551a 100644 --- a/keyboards/handwired/onekey/nucleo_f446re/board.h +++ b/keyboards/handwired/onekey/nucleo_f446re/board.h @@ -4,6 +4,5 @@ #include_next <board.h> -#undef STM32_HSECLK -#define STM32_HSECLK 8000000U +// Configure clocks to use onboard STLINKs MCO as HSE is not populated by default #define STM32_HSE_BYPASS |