1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

Remove unneccessary break command

This commit is contained in:
FrightRisk 2020-10-26 14:00:25 -04:00
parent babdad06ca
commit 8101e75dae

View File

@ -562,7 +562,6 @@ bool DCCEXParser::parseS(Print *stream, int params, int p[])
return false;
StringFormatter::send(stream, F("<O>"));
return true;
break;
case 0: // <S> lit sensor states
for (Sensor *tt = Sensor::firstSensor; tt != NULL; tt = tt->nextSensor)