Skip to content

Commit fdc2856

Browse files
ktandfpistm
authored andcommitted
Change ARMED tone and servo timers
1 parent 41820f4 commit fdc2856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/ARMED_V1/variant.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ extern "C" {
134134

135135
// Timer Definitions
136136
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
137-
#define TIMER_TONE TIM6
138-
#define TIMER_SERVO TIM7
137+
#define TIMER_TONE TIM10
138+
#define TIMER_SERVO TIM11
139139

140140
// UART Definitions
141141
#define SERIAL_UART_INSTANCE 4 // Connected to SER1 header

0 commit comments

Comments
 (0)