mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Merge branch 'master' into dstar_correlator
This commit is contained in:
commit
f7de632cd5
1 changed files with 5 additions and 0 deletions
|
|
@ -415,4 +415,9 @@ void CIO::setP25Int(bool on)
|
|||
BB_P25 = !!on;
|
||||
}
|
||||
|
||||
void CIO::delayInt(unsigned int dly)
|
||||
{
|
||||
delay(dly);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue