mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 06:55:05 +00:00
Adding watchdog to host serial port
This commit is contained in:
parent
5b313b7cec
commit
8f317fd332
3 changed files with 32 additions and 17 deletions
5
IO.cpp
5
IO.cpp
|
|
@ -386,6 +386,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