mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 18:15:59 +00:00
Set RtosThread::start() virtual
This commit is contained in:
parent
341f36ef9d
commit
8363e0d93c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user