summaryrefslogtreecommitdiff
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-11-22 21:12:30 +0000
committerGitHub <noreply@github.com>2020-11-22 21:12:30 +0000
commitb8443863c0ae54349ee61411c0c09863a5ad0b8e (patch)
tree004d4cf5d317c4cd8988ccb95135531105130c3a /keyboards/handwired
parentc731628946c71faa56491c89ed59f95ab8e60d97 (diff)
Remove references to ch-bootloader-jump.patch (#10998)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/bluepill/bluepill70/bootloader_defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h b/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h
index 0f45203cb6..46c37a25e9 100644
--- a/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h
+++ b/keyboards/handwired/bluepill/bluepill70/bootloader_defs.h
@@ -1,8 +1,6 @@
/* 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
- * This also requires a patch to chibios:
- * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
*/
// STM32F103* does NOT have an USB bootloader in ROM (only serial),