1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-06-29 18:45:23 +02:00

remove broken debug code

This commit is contained in:
Harald Barth 2025-06-26 22:32:12 +02:00
parent dccb7abac7
commit 36c773df7a

View File

@ -42,7 +42,6 @@ bool DCCDecoder::parse(DCCPacket &p) {
for (byte n = 0; n < p.len(); n++)
checksum ^= d[n];
if (checksum) { // Result should be zero, if not it's an error!
digitalWrite(2,HIGH);
DIAG(F("Checksum error"));
return false;
}