mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 03:07:33 +00:00
Set RtosThread::start() virtual
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user