From 697b5fddf71af781e0cf018d2b29e9fb5aa020e4 Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 17 Jun 2020 11:55:09 +0800 Subject: [PATCH] Update FYSETC S6 variant (#18331) --- buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h b/buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h index de34697fb..da6a8249e 100644 --- a/buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h +++ b/buildroot/share/PlatformIO/variants/FYSETC_S6/variant.h @@ -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 TIM2 +#define TIMER_SERVO TIM5 #define TIMER_SERIAL TIM7 // UART Definitions