Adjust GTR PeripheralPins to avoid timer conflicts (#19183)

This commit is contained in:
Jason Smith
2020-09-06 18:10:25 -07:00
committed by GitHub
parent a4bc9e669c
commit ef1d154a4a
2 changed files with 57 additions and 50 deletions

View File

@@ -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