Browse Source

Update FYSETC S6 variant (#18331)

George Fu 4 years ago
parent
commit
697b5fddf7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h

+ 1
- 1
buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h View File

132
 // Timer Definitions
132
 // Timer Definitions
133
 // Do not use timer used by PWM pin. See PinMap_PWM.
133
 // Do not use timer used by PWM pin. See PinMap_PWM.
134
 #define TIMER_TONE              TIM6
134
 #define TIMER_TONE              TIM6
135
-#define TIMER_SERVO             TIM2
135
+#define TIMER_SERVO             TIM5
136
 #define TIMER_SERIAL            TIM7
136
 #define TIMER_SERIAL            TIM7
137
 
137
 
138
 // UART Definitions
138
 // UART Definitions

Loading…
Cancel
Save