Browse Source

🐛 Fix MKS Robin E3 build (#22149)

Victor Oliveira 4 years ago
parent
commit
d4943a607e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ini/stm32f1.ini

+ 1
- 1
ini/stm32f1.ini View File

@@ -135,7 +135,7 @@ board_build.offset          = 0x5000
135 135
 board_build.encrypt         = Robin_e3.bin
136 136
 board_upload.offset_address = 0x08005000
137 137
 debug_tool                  = stlink
138
-extra_scripts               = ${env:STM32F103RC.extra_scripts}
138
+extra_scripts               = ${common_STM32F103RC.extra_scripts}
139 139
   buildroot/share/PlatformIO/scripts/mks_encrypt.py
140 140
 
141 141
 #

Loading…
Cancel
Save