Merge remote-tracking branch 'origin/master' into develop

master
QMK Bot 2021-05-13 02:30:14 +00:00
commit c24d29ef54
2 changed files with 14 additions and 4 deletions

View File

@ -17,8 +17,13 @@
#define BOARD_OTG_NOVBUSSENS 1
#define STM32_LSECLK 32768U
#define STM32_HSECLK 25000000U
#ifndef STM32_LSECLK
# define STM32_LSECLK 32768U
#endif // STM32_LSECLK
#ifndef STM32_HSECLK
# define STM32_HSECLK 25000000U
#endif // STM32_HSECLK
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE

View File

@ -17,8 +17,13 @@
#define BOARD_OTG_NOVBUSSENS 1
#define STM32_LSECLK 32768U
#define STM32_HSECLK 25000000U
#ifndef STM32_LSECLK
# define STM32_LSECLK 32768U
#endif // STM32_LSECLK
#ifndef STM32_HSECLK
# define STM32_HSECLK 25000000U
#endif // STM32_HSECLK
#ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP
# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE