Merge pull request #112 from N4IRS/patch-1

Fix undefined reference
This commit is contained in:
Jonathan Naylor 2017-08-31 08:37:52 +01:00 committed by GitHub
commit 89000729d2
1 changed files with 5 additions and 0 deletions

View File

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