Update doxygen comments. Add TIM init for delayUs

This commit is contained in:
Henrik Stickann
2022-04-14 15:17:45 +02:00
parent 805b959161
commit ced5f9981f
7 changed files with 30 additions and 24 deletions

View File

@@ -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();