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,7 +132,7 @@ extern "C" {
132 132
 // Timer Definitions
133 133
 // Do not use timer used by PWM pin. See PinMap_PWM.
134 134
 #define TIMER_TONE              TIM6
135
-#define TIMER_SERVO             TIM2
135
+#define TIMER_SERVO             TIM5
136 136
 #define TIMER_SERIAL            TIM7
137 137
 
138 138
 // UART Definitions

Loading…
Cancel
Save