0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 14:12:52 +00:00

🐛 Fix EZBoard V2 timer conflict (#23648)

This commit is contained in:
Timothy Hoogland 2022-01-30 05:26:37 -06:00 committed by GitHub
parent 79fea49868
commit 566b26a72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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