Fix SKR Pro BLTouch conflicting timers (#16499)

This commit is contained in:
Lino Barreca
2020-01-08 04:54:26 +01:00
committed by Scott Lahteine
parent d26c32375e
commit 5c4c052fd7
3 changed files with 11 additions and 8 deletions

View File

@ -63,7 +63,7 @@
#define HAL_TIMER_RATE (F_CPU/2) // frequency of timer peripherals
#ifndef STEP_TIMER
#define STEP_TIMER 5
#define STEP_TIMER 6
#endif
#ifndef TEMP_TIMER