🐛 Fix EZBoard V2 timer conflict (#23648)
This commit is contained in:
parent
db4172b5fa
commit
51209667a5
|
@ -104,7 +104,7 @@ extern "C" {
|
||||||
// Timer Definitions
|
// Timer Definitions
|
||||||
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
|
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
|
||||||
#define TIMER_TONE TIM5
|
#define TIMER_TONE TIM5
|
||||||
#define TIMER_SERVO TIM7
|
#define TIMER_SERVO TIM4
|
||||||
|
|
||||||
// UART Definitions
|
// UART Definitions
|
||||||
// Define here Serial instance number to map on Serial generic name
|
// Define here Serial instance number to map on Serial generic name
|
||||||
|
|
Loading…
Reference in a new issue