endif - wrong position

This commit is contained in:
giuliof 2019-04-24 16:29:57 +02:00
parent b35e7b926c
commit 53b4480f82
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,6 @@ void loop()
digitalWrite(notC_PIN, LOW);
digitalWrite(notD_PIN, LOW);
}
#endif
}
else
{
@ -351,6 +350,7 @@ void loop()
digitalWrite(notC_PIN, HIGH);
digitalWrite(notD_PIN, HIGH);
}
#endif
}
// Parsing of STATE command
else if (ReceivedCommand.s.cmd == 0b1111)