diff --git a/include/sta/tacos/thread.hpp b/include/sta/tacos/thread.hpp index 1c9d929..8291c93 100644 --- a/include/sta/tacos/thread.hpp +++ b/include/sta/tacos/thread.hpp @@ -161,6 +161,9 @@ namespace sta */ void resetStatus(); + /** + * @brief This thread status tells the watchdog to ignore this thread. + */ void watchdogIgnore(); #endif // STA_TACOS_WATCHDOG_ENABLED