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

@@ -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;