diff --git a/include/sta/rtos/thread.hpp b/include/sta/rtos/thread.hpp index 7c67f11..5b20a00 100644 --- a/include/sta/rtos/thread.hpp +++ b/include/sta/rtos/thread.hpp @@ -95,7 +95,7 @@ namespace sta /** * @brief Start the execution of this thread. */ - void start(); + virtual void start(); /** * @brief Sets the thread to BLOCKED for a given number of ticks.