Removed a local change to not contaminate the repo

This commit is contained in:
Cort Buffington 2020-07-21 08:27:02 -05:00
parent e304f5cce2
commit a2978d9e91
1 changed files with 3 additions and 3 deletions

6
IO.cpp
View File

@ -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);