Skip to content

Commit

Permalink
bracket typo
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed Jan 16, 2025
1 parent 14cc2c7 commit b624f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCCRMT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b624f99

Please sign in to comment.