Adjust GTR PeripheralPins to avoid timer conflicts (#19183)
This commit is contained in:
@@ -255,8 +255,8 @@ extern "C" {
|
||||
|
||||
// Timer Definitions
|
||||
//Do not use timer used by PWM pins when possible. See PinMap_PWM in PeripheralPins.c
|
||||
#define TIMER_TONE TIM2
|
||||
#define TIMER_SERVO TIM5 // Only 1 Servo PIN on SKR-PRO, so use the same timer as defined in PeripheralPins
|
||||
#define TIMER_TONE TIM10
|
||||
#define TIMER_SERVO TIM5
|
||||
#define TIMER_SERIAL TIM7
|
||||
|
||||
// UART Definitions
|
||||
|
||||
Reference in New Issue
Block a user