浏览代码

🐛 Fix EZBoard V2 timer conflict (#23648)

Timothy Hoogland 2 年前
父节点
当前提交
566b26a72e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      buildroot/share/PlatformIO/variants/MARLIN_TH3D_EZBOARD_V2/variant.h

+ 1
- 1
buildroot/share/PlatformIO/variants/MARLIN_TH3D_EZBOARD_V2/variant.h 查看文件

@@ -104,7 +104,7 @@ extern "C" {
104 104
 // Timer Definitions
105 105
 // Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
106 106
 #define TIMER_TONE              TIM5
107
-#define TIMER_SERVO             TIM7
107
+#define TIMER_SERVO             TIM4
108 108
 
109 109
 // UART Definitions
110 110
 // Define here Serial instance number to map on Serial generic name

正在加载...
取消
保存