1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-01-29 21:53:06 +01:00

bracket typo

This commit is contained in:
Harald Barth 2025-01-16 14:07:56 +01:00
parent 14cc2c71c7
commit b624f994e9

View File

@ -152,7 +152,7 @@ RMTChannel::RMTChannel(pinpair pins, bool isMain) {
} }
setDCCBit0Long(preamble + plen); // start of packet 0 bit long version setDCCBit0Long(preamble + plen); // start of packet 0 bit long version
#else #else
for (byte n=0; n<plen; n++) { for (byte n=0; n<plen; n++)
setDCCBit1(preamble + n); // preamble bits setDCCBit1(preamble + n); // preamble bits
setDCCBit0(preamble + plen); // start of packet 0 bit normal version setDCCBit0(preamble + plen); // start of packet 0 bit normal version
#endif #endif