Fixed thread starting to work correctly

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

View File

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