Updated description for case 10

This commit is contained in:
dario 2024-02-07 19:39:10 +01:00
parent 148a45c41e
commit 25b41578c4

View File

@ -6,7 +6,7 @@
*/ */
/** /**
* Tests if threads are properly terminated and started because of state transitions. The thread status is updated accordingly and no memory leaks occur. * A sleeping thread is not restarted by the watchdog. Additionally, using blocking() also prevents a restart.
*/ */
#include <sta/tasty/config.hpp> #include <sta/tasty/config.hpp>
#ifdef TASTY_CASE_10 #ifdef TASTY_CASE_10