diff --git a/DCCEXParser.cpp b/DCCEXParser.cpp index 9432a4f..64e1213 100644 --- a/DCCEXParser.cpp +++ b/DCCEXParser.cpp @@ -423,7 +423,7 @@ bool DCCEXParser::parseZ(Print *stream, int params, int p[]) switch (params) { - + case 2: // { Output *o = Output::get(p[0]); diff --git a/Outputs.cpp b/Outputs.cpp index 50a8eda..84290fe 100644 --- a/Outputs.cpp +++ b/Outputs.cpp @@ -90,7 +90,6 @@ void Output::activate(int s){ digitalWrite(data.pin,data.oStatus ^ bitRead(data.iFlag,0)); // set state of output pin to HIGH or LOW depending on whether bit zero of iFlag is set to 0 (ACTIVE=HIGH) or 1 (ACTIVE=LOW) if(num>0) EEPROM.put(num,data.oStatus); - } ///////////////////////////////////////////////////////////////////////////////