diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-05 19:52:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-05 19:52:49 +0000 |
commit | 12b9831eeb91f80e049f9b9cf6202e66a4f87afd (patch) | |
tree | 819f6b0b739181f7c7e844ef583ec97e2fb2d4a3 /platforms/chibios | |
parent | 3c0a91059bffcd3b90b258732f8cda5d3eb93ef7 (diff) | |
parent | 679f83f9de288cae72058bf54fe42624bbc27956 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'platforms/chibios')
-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 3d3e1165e4..9fdc825669 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 @@ #pragma once #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP -# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE +# define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE #endif |