various bugfixes, watchdog working now
This commit is contained in:
@ -32,6 +32,7 @@ private:
|
||||
|
||||
bool obswRunning = false;
|
||||
bool watchdogRunning = false;
|
||||
bool printTimeoutLatch = false;
|
||||
std::array<uint8_t, 64> buf;
|
||||
States state = States::NOT_STARTED;
|
||||
|
||||
@ -41,6 +42,7 @@ private:
|
||||
|
||||
int performRunningOperation();
|
||||
int performTimeoutOperation();
|
||||
int performSuspendOperation();
|
||||
};
|
||||
|
||||
#endif /* WATCHDOG_WATCHDOG_H_ */
|
||||
|
Reference in New Issue
Block a user