Set RtosThread::start() virtual

This commit is contained in:
dario 2024-02-07 18:50:41 +01:00
parent 341f36ef9d
commit 8363e0d93c

View File

@ -95,7 +95,7 @@ namespace sta
/** /**
* @brief Start the execution of this thread. * @brief Start the execution of this thread.
*/ */
void start(); virtual void start();
/** /**
* @brief Sets the thread to BLOCKED for a given number of ticks. * @brief Sets the thread to BLOCKED for a given number of ticks.