mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-06 06:43:38 +00:00
Adding watchdog to host serial port
This commit is contained in:
parent
a570b43f19
commit
c74b374636
3 changed files with 15 additions and 1 deletions
4
IO.cpp
4
IO.cpp
|
|
@ -266,3 +266,7 @@ void CIO::resetWatchdog()
|
|||
m_watchdog = 0U;
|
||||
}
|
||||
|
||||
uint32_t CIO::getWatchdog()
|
||||
{
|
||||
return m_watchdog;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue