mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-28 18:57:33 +00:00
added skipping check
This commit is contained in:
@@ -127,7 +127,7 @@ namespace sta
|
|||||||
#ifdef STA_TACOS_WATCHDOG_ENABLED
|
#ifdef STA_TACOS_WATCHDOG_ENABLED
|
||||||
waiting();
|
waiting();
|
||||||
#endif // STA_TACOS_WATCHDOG_ENABLED
|
#endif // STA_TACOS_WATCHDOG_ENABLED
|
||||||
|
if(previous_tick_ < osKernelGetTickCount()) return;
|
||||||
osDelayUntil(previous_tick_);
|
osDelayUntil(previous_tick_);
|
||||||
|
|
||||||
#ifdef STA_TACOS_WATCHDOG_ENABLED
|
#ifdef STA_TACOS_WATCHDOG_ENABLED
|
||||||
|
Reference in New Issue
Block a user