Skip to content

Commit 5120966

Browse files
Timothy Hooglandthinkyhead
Timothy Hoogland
authored andcommitted
🐛 Fix EZBoard V2 timer conflict (MarlinFirmware#23648)
1 parent db4172b commit 5120966

File tree

1 file changed

+1
-1
lines changed
  • buildroot/share/PlatformIO/variants/MARLIN_TH3D_EZBOARD_V2

1 file changed

+1
-1
lines changed

buildroot/share/PlatformIO/variants/MARLIN_TH3D_EZBOARD_V2/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ extern "C" {
104104
// Timer Definitions
105105
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
106106
#define TIMER_TONE TIM5
107-
#define TIMER_SERVO TIM7
107+
#define TIMER_SERVO TIM4
108108

109109
// UART Definitions
110110
// Define here Serial instance number to map on Serial generic name

0 commit comments

Comments
 (0)