From a2978d9e9184f7ae48fa1053826c4799b8b4ed81 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Tue, 21 Jul 2020 08:27:02 -0500 Subject: [PATCH] Removed a local change to not contaminate the repo --- IO.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IO.cpp b/IO.cpp index f14dfcd..c36b6a9 100644 --- a/IO.cpp +++ b/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);