Skip to content

Commit

Permalink
馃悰 Fix EZBoard V2 timer conflict (#23648)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Hoogland committed Jan 30, 2022
1 parent 79fea49 commit 566b26a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ extern "C" {
// Timer Definitions
// Use TIM6/TIM7 when possible as servo and tone don't need GPIO output pin
#define TIMER_TONE TIM5
#define TIMER_SERVO TIM7
#define TIMER_SERVO TIM4

// UART Definitions
// Define here Serial instance number to map on Serial generic name
Expand Down

0 comments on commit 566b26a

Please sign in to comment.