Skip to content

Commit

Permalink
Fix typo in m_scrollDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jun 30, 2020
1 parent a9db2e1 commit 7ba219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TM1637TinyDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class TM1637TinyDisplay {
uint8_t m_pinDIO;
uint8_t m_brightness;
unsigned int m_bitDelay;
unsigned int m_scrollDelay;
unsigned int m_scrollDelay;
};

#endif // __TM1637TINYDISPLAY__

0 comments on commit 7ba219c

Please sign in to comment.