Adding watchdog to host serial port.

This commit is contained in:
Jonathan Naylor 2017-08-20 16:07:28 +01:00
parent 14ce682210
commit 2b502848c1
5 changed files with 36 additions and 22 deletions

5
IO.cpp
View file

@ -336,6 +336,11 @@ void CIO::resetWatchdog()
m_watchdog = 0U;
}
uint32_t CIO::getWatchdog()
{
return m_watchdog;
}
bool CIO::hasLockout() const
{
return m_lockout;