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:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user