mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-09-29 02:57:33 +00:00
Fixed a few errors
This commit is contained in:
@@ -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}
|
||||
{
|
||||
|
Reference in New Issue
Block a user