We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dadd2 commit f13ec1eCopy full SHA for f13ec1e
variants/RUMBA32_F446VE/variant.h
@@ -133,9 +133,17 @@ extern "C" {
133
134
// Timer Definitions
135
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
136
+#ifndef TIMER_TONE
137
#define TIMER_TONE TIM6
138
+#endif
139
+
140
+#ifndef TIMER_SERVO
141
#define TIMER_SERVO TIM7
142
143
144
+#ifndef TIMER_SERIAL
145
#define TIMER_SERIAL TIM9
146
147
148
// UART Definitions
149
#define SERIAL_UART_INSTANCE 1 // Connected to EXP3 header
0 commit comments