Fix STM32 + SoftwareSerial compile (#17831)
This commit is contained in:
@@ -75,6 +75,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);
|
||||
|
||||
// Exposed here to allow all timer priority information to reside in timers.cpp
|
||||
void SetSoftwareSerialTimerInterruptPriority();
|
||||
|
||||
//TIM_TypeDef* HAL_timer_device(const uint8_t timer_num); no need to be public for now. not public = not used externally
|
||||
|
||||
// FORCE_INLINE because these are used in performance-critical situations
|
||||
|
||||
Reference in New Issue
Block a user