浏览代码

🐛 Fix MKS Robin E3 build (#22149)

Victor Oliveira 4 年前
父节点
当前提交
d4943a607e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      ini/stm32f1.ini

+ 1
- 1
ini/stm32f1.ini 查看文件

@@ -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
 #

正在加载...
取消
保存