mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-02 08:41:54 +00:00
Fixed a few errors
This commit is contained in:
parent
5b70001370
commit
801408e371
@ -69,13 +69,6 @@ namespace sta
|
||||
*/
|
||||
std::vector<std::shared_ptr<TacosThread>> getActiveThreads();
|
||||
|
||||
/**
|
||||
* @brief Get the Active Threads object
|
||||
*
|
||||
* @return std::vector<std::shared_ptr<TacosThread>>
|
||||
*/
|
||||
std::vector<std::shared_ptr<TacosThread>> getActiveThreads();
|
||||
|
||||
void init() override;
|
||||
|
||||
void func() override;
|
||||
|
@ -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}
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user