mirror of https://github.com/g4klx/MMDVM.git
Fix undefined reference
Fix undefined reference to `CIO::delayInt(unsigned int)' for LED test
This commit is contained in:
parent
76c3e5786c
commit
abea72b4d5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue