🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (#24635)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
George Fu
2023-03-18 17:47:54 +08:00
committed by Scott Lahteine
parent d0bdb9c281
commit 980fba810d
2 changed files with 15 additions and 13 deletions

View File

@@ -95,7 +95,7 @@ extern "C" {
// Timer Definitions
#define TIMER_TONE TIM2 // TIMER_TONE must be defined in this file
#define TIMER_SERVO TIM5 // TIMER_SERVO must be defined in this file
#define TIMER_SERVO TIM3 // TIMER_SERVO must be defined in this file
#define TIMER_SERIAL TIM11 // TIMER_SERIAL must be defined in this file
// UART Definitions