added skipping check

This commit is contained in:
Lars Wilko Sentse 2024-06-17 21:51:21 +02:00
parent ee69e3222f
commit e8ea99f2cc

View File

@ -127,7 +127,7 @@ namespace sta
#ifdef STA_TACOS_WATCHDOG_ENABLED
waiting();
#endif // STA_TACOS_WATCHDOG_ENABLED
if(previous_tick_ < osKernelGetTickCount()) return;
osDelayUntil(previous_tick_);
#ifdef STA_TACOS_WATCHDOG_ENABLED