diff --git a/include/sta/tacos/thread.hpp b/include/sta/tacos/thread.hpp index 842b27e..10a9efe 100644 --- a/include/sta/tacos/thread.hpp +++ b/include/sta/tacos/thread.hpp @@ -152,6 +152,9 @@ namespace sta */ void resetStatus(); + /** + * @brief This thread status tells the watchdog to ignore this thread. + */ void watchdogIgnore(); #endif // STA_TACOS_WATCHDOG_ENABLED