Skip to content

Commit c84348c

Browse files
committed
Set TIMER_SERIAL to TIM9
Default TIMER_SERIAL assignment is to TIM7, which conflicts with TIMER_SERVO.
1 parent f904447 commit c84348c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: variants/RUMBA32_F446VE/variant.h

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ extern "C" {
135135
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
136136
#define TIMER_TONE TIM6
137137
#define TIMER_SERVO TIM7
138+
#define TIMER_SERIAL TIM9
138139

139140
// UART Definitions
140141
#define SERIAL_UART_INSTANCE 1 // Connected to EXP3 header

0 commit comments

Comments
 (0)