Adding watchdog to host serial port

This commit is contained in:
Andy CA6JAU 2017-08-20 12:24:12 -03:00
parent a570b43f19
commit c74b374636
3 changed files with 15 additions and 1 deletions

4
IO.cpp
View file

@ -266,3 +266,7 @@ void CIO::resetWatchdog()
m_watchdog = 0U;
}
uint32_t CIO::getWatchdog()
{
return m_watchdog;
}