diff options
author | Ryan <fauxpark@gmail.com> | 2022-01-06 06:55:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 06:55:46 +1100 |
commit | 5fb93934d0f3319547cc6313845fe5a96f8b7798 (patch) | |
tree | f03930762c7477d6ef7506bceeb6c27b35994f2f /platforms/chibios/boards/QMK_PROTON_C/configs | |
parent | 99e11f482314e3fa061f06e193663544fa938a8c (diff) |
Fixes for bootloader refactor build failures (#15638)
Diffstat (limited to 'platforms/chibios/boards/QMK_PROTON_C/configs')
-rw-r--r-- | platforms/chibios/boards/QMK_PROTON_C/configs/bootloader_defs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/platforms/chibios/boards/QMK_PROTON_C/configs/bootloader_defs.h b/platforms/chibios/boards/QMK_PROTON_C/configs/bootloader_defs.h deleted file mode 100644 index 3b0e9d20a6..0000000000 --- a/platforms/chibios/boards/QMK_PROTON_C/configs/bootloader_defs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* Address for jumping to bootloader on STM32 chips. */ -/* It is chip dependent, the correct number can be looked up here: - * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf - * This also requires a patch to chibios: - * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch - */ -#define STM32_BOOTLOADER_ADDRESS 0x1FFFD800 |