mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Adding watchdog to host serial port.
This commit is contained in:
parent
14ce682210
commit
2b502848c1
5 changed files with 36 additions and 22 deletions
5
IO.cpp
5
IO.cpp
|
|
@ -336,6 +336,11 @@ void CIO::resetWatchdog()
|
|||
m_watchdog = 0U;
|
||||
}
|
||||
|
||||
uint32_t CIO::getWatchdog()
|
||||
{
|
||||
return m_watchdog;
|
||||
}
|
||||
|
||||
bool CIO::hasLockout() const
|
||||
{
|
||||
return m_lockout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue