From 7e5a64ebf4c6fd3af4a89e293c8d373b07eee018 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 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