mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
Fixed thread starting to work correctly
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user