浏览代码

🐛 Fix env:chitu_f103 (#23225)

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

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

365
 extends              = stm32_variant
365
 extends              = stm32_variant
366
 board                = genericSTM32F103ZE
366
 board                = genericSTM32F103ZE
367
 board_build.variant  = MARLIN_F103Zx
367
 board_build.variant  = MARLIN_F103Zx
368
+board_build.offset   = 0x8800
368
 build_flags          = ${stm32_variant.build_flags}
369
 build_flags          = ${stm32_variant.build_flags}
369
-                       -DSTM32F1xx -DSTM32_XL_DENSITY
370
+                       -DSTM32F1xx
370
 build_unflags        = ${stm32_variant.build_unflags}
371
 build_unflags        = ${stm32_variant.build_unflags}
371
 extra_scripts        = ${stm32_variant.extra_scripts}
372
 extra_scripts        = ${stm32_variant.extra_scripts}
372
                        buildroot/share/PlatformIO/scripts/chitu_crypt.py
373
                        buildroot/share/PlatformIO/scripts/chitu_crypt.py

正在加载...
取消
保存