diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-03 13:29:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 13:29:19 +1100 |
commit | e8e090acede2596e19de40628543f4ed27d33ab0 (patch) | |
tree | efe9a8f4f16bf2f6e7ab203e954e8e23d76b48f6 /keyboards/handwired/bluepill/bluepill70/bootloader_defs.h | |
parent | 7456e6c776e9f08d42f010c5dffaaaadd74f10a8 (diff) |
Remove handwired/bluepill. (#11415)
Diffstat (limited to 'keyboards/handwired/bluepill/bluepill70/bootloader_defs.h')
-rw-r--r-- | keyboards/handwired/bluepill/bluepill70/bootloader_defs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h b/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h deleted file mode 100644 index 46c37a25e9..0000000000 --- a/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h +++ /dev/null @@ -1,8 +0,0 @@ -/* Address for jumping to bootloader on STM32 chips. */ -/* It is chip dependent, the correct number can be looked up here (page 175): - * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf - */ - -// STM32F103* does NOT have an USB bootloader in ROM (only serial), -// so setting anything here does not make much sense -// #define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 |