mirror of https://github.com/g4klx/MMDVM.git
Removed a local change to not contaminate the repo
This commit is contained in:
parent
e304f5cce2
commit
a2978d9e91
6
IO.cpp
6
IO.cpp
|
@ -152,8 +152,8 @@ void CIO::selfTest()
|
|||
}
|
||||
|
||||
#if defined(MODE_LEDS)
|
||||
setDStarInt(false);
|
||||
setDMRInt(true);
|
||||
setDStarInt(true);
|
||||
setDMRInt(false);
|
||||
setYSFInt(false);
|
||||
setP25Int(false);
|
||||
setNXDNInt(false);
|
||||
|
@ -161,7 +161,7 @@ void CIO::selfTest()
|
|||
setFMInt(false);
|
||||
|
||||
delayInt(250);
|
||||
setDStarInt(true);
|
||||
setDMRInt(true);
|
||||
|
||||
delayInt(250);
|
||||
setYSFInt(true);
|
||||
|
|
Loading…
Reference in New Issue