Added comment for watchdogIgnore

This commit is contained in:
dario 2024-02-07 18:48:32 +01:00
parent 554e1ab94e
commit 85e270f02b

View File

@ -161,6 +161,9 @@ namespace sta
*/ */
void resetStatus(); void resetStatus();
/**
* @brief This thread status tells the watchdog to ignore this thread.
*/
void watchdogIgnore(); void watchdogIgnore();
#endif // STA_TACOS_WATCHDOG_ENABLED #endif // STA_TACOS_WATCHDOG_ENABLED