aboutsummaryrefslogtreecommitdiff
path: root/platforms/chibios
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-08-18 13:02:01 +1000
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-08-29 14:30:02 -0700
commit9ef4526a2f6cdd2e708e7cfc37845a04749665dd (patch)
tree31ee8ad30b0982015fe07574d7cc390d2fcffe76 /platforms/chibios
parent15b5ff1dc229703c86053ada87f6511a4efbded9 (diff)
downloadqmk_firmware-9ef4526a2f6cdd2e708e7cfc37845a04749665dd.tar.gz
qmk_firmware-9ef4526a2f6cdd2e708e7cfc37845a04749665dd.zip
Remove unused CORTEX_VTOR_INIT (#10053)
Diffstat (limited to 'platforms/chibios')
-rw-r--r--platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld3
1 files changed, 0 insertions, 3 deletions
diff --git a/platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld b/platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld
index d0688ef60..bb852422a 100644
--- a/platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld
+++ b/platforms/chibios/ld/STM32F103x8_stm32duino_bootloader.ld
@@ -16,9 +16,6 @@
16 16
17/* 17/*
18 * ST32F103xB memory setup for use with the maplemini bootloader. 18 * ST32F103xB memory setup for use with the maplemini bootloader.
19 * You will have to
20 * #define CORTEX_VTOR_INIT 0x5000
21 * in your projects chconf.h
22 */ 19 */
23MEMORY 20MEMORY
24{ 21{