Adding watchdog to host serial port

This commit is contained in:
Andy CA6JAU 2017-08-20 11:19:58 -03:00
parent 5b313b7cec
commit 8f317fd332
3 changed files with 32 additions and 17 deletions

5
IO.cpp
View file

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