Skip to content

Commit 7467c98

Browse files
committed
Add definition for TIMER_SERIAL, so it does not collide with TIMER_SERVO
1 parent b6930bf commit 7467c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: variants/PRNTR_V2/variant.h

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ extern "C" {
150150
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
151151
#define TIMER_TONE TIM6
152152
#define TIMER_SERVO TIM7
153+
#define TIMER_SERIAL TIM12
153154

154155
// UART Definitions
155156
#define SERIAL_UART_INSTANCE 1

0 commit comments

Comments
 (0)