Added comment for watchdogIgnore

This commit is contained in:
dario 2024-02-07 18:48:32 +01:00
parent 2617521444
commit 7e5a64ebf4

View File

@ -152,6 +152,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