Add watchdog to host serial port.

This commit is contained in:
Jonathan Naylor 2017-08-20 15:59:48 +01:00
parent dc9d83f9f0
commit d91a155084
5 changed files with 36 additions and 22 deletions

1
IO.h
View file

@ -52,6 +52,7 @@ public:
bool hasLockout() const;
void resetWatchdog();
uint32_t getWatchdog();
private:
bool m_started;