Skip to content

Commit

Permalink
Fixing a minor spacing problem in the placement of the Sender::XmitSt…
Browse files Browse the repository at this point in the history
…ates docs.
  • Loading branch information
ssilverman committed Dec 20, 2019
1 parent 3a9f206 commit 7ef3288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TeensyDMX.h
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ class Sender final : public TeensyDMX {
}

private:
// State that tracks what to transmit and when.
// State that tracks what to transmit and when.
enum class XmitStates {
kBreak, // Need to transmit a BREAK
kMAB, // Need to transmit a MAB
Expand Down

0 comments on commit 7ef3288

Please sign in to comment.