Skip to content

Commit

Permalink
YSF LED was not functional
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1OLI committed Aug 23, 2022
1 parent 3dfd226 commit ba19e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ void CIO::setMode(MMDVM_STATE modemState)
#if defined(USE_ALTERNATE_M17_LEDS)
if (modemState != STATE_M17) {
#endif
YSF_pin(modemState == STATE_DSTAR);
YSF_pin(modemState == STATE_YSF);
P25_pin(modemState == STATE_P25);
#if defined(USE_ALTERNATE_M17_LEDS)
}
Expand Down

0 comments on commit ba19e26

Please sign in to comment.