mirror of https://github.com/g4klx/MMDVM.git
Merge branch 'master' into boxcar_dstar_correlator
This commit is contained in:
commit
8ff924e376
|
@ -415,4 +415,9 @@ void CIO::setP25Int(bool on)
|
|||
BB_P25 = !!on;
|
||||
}
|
||||
|
||||
void CIO::delayInt(unsigned int dly)
|
||||
{
|
||||
delay(dly);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue