Merge remote-tracking branch 'g4klx/master'

This commit is contained in:
Andy CA6JAU 2017-09-04 00:18:16 -03:00
commit b4ac4838fd
1 changed files with 5 additions and 0 deletions

View File

@ -415,4 +415,9 @@ void CIO::setP25Int(bool on)
BB_P25 = !!on; BB_P25 = !!on;
} }
void CIO::delayInt(unsigned int dly)
{
delay(dly);
}
#endif #endif