Browse Source

🔨 Consolidate BTT linker scripts followup (#22038)

Keith Bennett 3 years ago
parent
commit
30c9b9bbba
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ini/stm32f1-maple.ini

+ 1
- 1
ini/stm32f1-maple.ini View File

@@ -119,7 +119,7 @@ lib_deps          = ${env:STM32F103RC_btt_maple.lib_deps}
119 119
 [env:STM32F103RC_btt_512K_maple]
120 120
 platform                  = ${common_stm32f1.platform}
121 121
 extends                   = env:STM32F103RC_btt_maple
122
-board_build.ldscript      = STM32F103RC_SKR_MINI_512K.ld
122
+board_build.ldscript      = STM32F103RE_SKR_MINI_512K.ld
123 123
 board_upload.maximum_size = 524288
124 124
 build_flags               = ${env:STM32F103RC_btt_maple.build_flags} -DSTM32_FLASH_SIZE=512
125 125
 

Loading…
Cancel
Save