diff options
author | Joel Challis <git@zvecr.com> | 2022-07-01 15:36:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 15:36:08 +0100 |
commit | d97843281260ec0065c9db250cf986f533016ad3 (patch) | |
tree | d52f4d799cd139de13cd6a573c89f7b5cf4c0014 /keyboards/acheron/shark/beta/mcuconf.h | |
parent | 1e643ba1d1fddf27113564e5ea9d8751cb9a9c01 (diff) |
Swap over F4x1 8MHz HSE boards over from blackpill board files (#17520)
Diffstat (limited to 'keyboards/acheron/shark/beta/mcuconf.h')
-rw-r--r-- | keyboards/acheron/shark/beta/mcuconf.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/acheron/shark/beta/mcuconf.h b/keyboards/acheron/shark/beta/mcuconf.h index 35d7e95f57..63f1e30e64 100644 --- a/keyboards/acheron/shark/beta/mcuconf.h +++ b/keyboards/acheron/shark/beta/mcuconf.h @@ -17,19 +17,6 @@ #pragma once #include_next <mcuconf.h> -#undef STM32_PLLM_VALUE -#undef STM32_PLLN_VALUE -#undef STM32_PLLP_VALUE -#undef STM32_PLLQ_VALUE -#undef STM32_PPRE1 -#undef STM32_PPRE2 - -#define STM32_PLLM_VALUE 4 -#define STM32_PLLN_VALUE 96 -#define STM32_PLLP_VALUE 2 -#define STM32_PLLQ_VALUE 4 -#define STM32_PPRE1 STM32_PPRE1_DIV2 -#define STM32_PPRE2 STM32_PPRE2_DIV1 #undef STM32_I2C_USE_I2C1 #define STM32_I2C_USE_I2C1 TRUE |