From 85e270f02bc569d20b1a63f66956d7d05002ebed Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 7 Feb 2024 18:48:32 +0100 Subject: [PATCH] Added comment for watchdogIgnore --- include/sta/tacos/thread.hpp | 3 +++ 1 file changed, 3 insertions(+) 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