From 8363e0d93c191dd098e3492b74b1b25db133f97b Mon Sep 17 00:00:00 2001 From: dario Date: Wed, 7 Feb 2024 18:50:41 +0100 Subject: [PATCH] Set RtosThread::start() virtual --- include/sta/rtos/thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.