diff options
author | Joy Lee <chang.li@westberrytech.com> | 2021-12-06 03:52:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 06:52:08 +1100 |
commit | 679f83f9de288cae72058bf54fe42624bbc27956 (patch) | |
tree | 00410f4da64af3899e3c5202d8f02cbd3516699e | |
parent | 8da9998c9df49e67b4f4679cdbba99d12228fb3a (diff) | |
download | qmk_firmware-679f83f9de288cae72058bf54fe42624bbc27956.tar.gz qmk_firmware-679f83f9de288cae72058bf54fe42624bbc27956.zip |
Modified config.h default configuration (#15387)
* Modified config.h default configuration
* Modified config.h default configuration
-rw-r--r-- | platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h b/platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h index 3d3e1165e..9fdc82566 100644 --- a/platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h +++ b/platforms/chibios/boards/GENERIC_WB32_F3G71XX/configs/config.h | |||
@@ -16,5 +16,5 @@ | |||
16 | #pragma once | 16 | #pragma once |
17 | 17 | ||
18 | #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP | 18 | #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP |
19 | # define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE | 19 | # define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE |
20 | #endif | 20 | #endif |