diff --git a/include/sta/tacos/thread.hpp b/include/sta/tacos/thread.hpp index 902b9b5..4cebf27 100644 --- a/include/sta/tacos/thread.hpp +++ b/include/sta/tacos/thread.hpp @@ -30,10 +30,6 @@ namespace sta class TacosThread : public RtosThread { public: - /** - * @brief - */ - /** * @brief Create a new thread with the given name and priority. *