Fixed a few errors

This commit is contained in:
dario
2024-02-07 19:19:13 +01:00
parent 5b70001370
commit 801408e371
2 changed files with 1 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ namespace sta
attribs_{ .name=name, .cb_size=cb_size, .stack_size=stack_size, .priority=prio },
running_{false},
#ifdef STA_TACOS_WATCHDOG_ENABLED
, status_{ThreadStatus::STOPPED},
status_{ThreadStatus::STOPPED},
#endif // STA_TACOS_WATCHDOG_ENABLED
terminate_{false}
{