浏览代码

🐛 Fix Creality v4 servo timer (#22021)

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

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

@@ -148,7 +148,7 @@ lib_deps             =
148 148
 [env:STM32F103RET6_creality]
149 149
 platform             = ${common_stm32.platform}
150 150
 extends              = common_stm32
151
-build_flags          = ${common_stm32.build_flags} -DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED -DSS_TIMER=4 -DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8
151
+build_flags          = ${common_stm32.build_flags} -DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED -DSS_TIMER=4 -DTIMER_SERVO=TIM5 -DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8
152 152
 board                = genericSTM32F103RE
153 153
 monitor_speed        = 115200
154 154
 board_build.core     = stm32

正在加载...
取消
保存