Fysetc S6 PWM pins descriptions, fix servo timer (#16057)

This commit is contained in:
Felicia Hummel
2019-12-01 20:48:55 +01:00
committed by Scott Lahteine
parent 102c9595f2
commit 709d037b8e
2 changed files with 9 additions and 9 deletions

View File

@ -132,7 +132,7 @@ extern "C" {
// Timer Definitions
// Do not use timer used by PWM pin. See PinMap_PWM.
#define TIMER_TONE TIM6
#define TIMER_SERVO TIM14
#define TIMER_SERVO TIM2
#define TIMER_SERIAL TIM7
// UART Definitions