We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff40983 commit 66ab329Copy full SHA for 66ab329
variants/Generic_F410Cx/variant.h
@@ -99,9 +99,8 @@ extern "C" {
99
#define PIN_WIRE_SCL PB8
100
101
// Timer Definitions
102
-// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
103
#define TIMER_TONE TIM6
104
-#define TIMER_SERVO TIM7
+#define TIMER_SERVO TIM11
105
106
// UART Definitions
107
#define SERIAL_UART_INSTANCE 2 // Connected to ST-Link
variants/Generic_F410Rx/variant.h
@@ -100,9 +100,8 @@ extern "C" {
#endif
// SPI definitions
108
#define PIN_SPI_SS PA4
0 commit comments