mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-28 21:23:06 +01:00
bracket typo
This commit is contained in:
parent
14cc2c71c7
commit
b624f994e9
@ -152,7 +152,7 @@ RMTChannel::RMTChannel(pinpair pins, bool isMain) {
|
||||
}
|
||||
setDCCBit0Long(preamble + plen); // start of packet 0 bit long version
|
||||
#else
|
||||
for (byte n=0; n<plen; n++) {
|
||||
for (byte n=0; n<plen; n++)
|
||||
setDCCBit1(preamble + n); // preamble bits
|
||||
setDCCBit0(preamble + plen); // start of packet 0 bit normal version
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user