From 2947df3c7678d4621f6394c84d44edb122d645e8 Mon Sep 17 00:00:00 2001 From: dario Date: Sat, 20 Jan 2024 15:14:06 +0100 Subject: [PATCH] Removed obsolete @brief --- include/sta/tacos/thread.hpp | 4 ---- 1 file changed, 4 deletions(-) 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. *