Fixed thread starting to work correctly

This commit is contained in:
dario
2024-02-07 17:04:19 +01:00
parent d06a15e986
commit 2617521444
2 changed files with 26 additions and 2 deletions

View File

@@ -89,6 +89,8 @@ namespace sta
void loop() override;
void start() override;
/**
* @brief This function is executed first when this thread is started.
*/
@@ -149,6 +151,8 @@ namespace sta
*
*/
void resetStatus();
void watchdogIgnore();
#endif // STA_TACOS_WATCHDOG_ENABLED
/**