Fix BLTouch PWM reliability in HAL/STM32 (#18702)

This commit is contained in:
Jason Smith
2020-07-19 15:41:36 -07:00
committed by GitHub
parent 1c94033f7c
commit 12bc63913c
5 changed files with 56 additions and 18 deletions

View File

@@ -86,8 +86,9 @@ void HAL_timer_enable_interrupt(const uint8_t timer_num);
void HAL_timer_disable_interrupt(const uint8_t timer_num);
bool HAL_timer_interrupt_enabled(const uint8_t timer_num);
// Configure timer priorities for peripherals such as Software Serial or Servos.
// Exposed here to allow all timer priority information to reside in timers.cpp
void SetSoftwareSerialTimerInterruptPriority();
void SetTimerInterruptPriorities();
//TIM_TypeDef* HAL_timer_device(const uint8_t timer_num); no need to be public for now. not public = not used externally