ソースを参照

🐛 Fix EZBoard V2 timer conflict (#23648)

Timothy Hoogland 3年前
コミット
566b26a72e
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
buildroot/share/PlatformIO/variants/MARLIN_TH3D_EZBOARD_V2/variant.h ファイルの表示

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

読み込み中…
キャンセル
保存