doesn't need to be virtual (#1315)
This commit is contained in:
parent
08da3ba0b6
commit
3407a4b216
|
@ -55,7 +55,7 @@ public:
|
|||
/**
|
||||
* @brief Start the thread.
|
||||
*/
|
||||
virtual void Start()
|
||||
void Start()
|
||||
{
|
||||
m_thread = chThdCreateStatic(m_threadstack, sizeof(m_threadstack), m_prio, StaticThreadTaskAdapter, this);
|
||||
m_thread->name = GetName();
|
||||
|
|
Loading…
Reference in New Issue