mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-01-30 14:13:07 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user