mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 19:17:34 +00:00
Update doxygen comments. Add TIM init for delayUs
This commit is contained in:
@@ -36,7 +36,11 @@ extern "C"
|
||||
#ifdef STA_OS2_WATCHDOG_ENABLE
|
||||
// Start timers
|
||||
sta::startWatchdogTimer();
|
||||
#endif
|
||||
#endif // STA_OS2_WATCHDOG_ENABLE
|
||||
|
||||
#ifdef STA_HAL_DELAY_US_TIM
|
||||
HAL_TIM_Base_Start(&STA_HAL_DELAY_US_TIM);
|
||||
#endif // STA_HAL_DELAY_US_TIM
|
||||
|
||||
// Wake tasks
|
||||
sta::signalStartupEvent();
|
||||
|
Reference in New Issue
Block a user