Skip to content

Commit

Permalink
Fixed Error in Second Handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dbambus committed Feb 7, 2023
1 parent ef48051 commit 9061d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clockWork.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class ClockWork {
private:
uint8_t countMillis48 = 0;
uint16_t countMillis48 = 0;
uint32_t previous48 = 0;
const uint16_t interval48 = 1250; // 60000/48
uint8_t lastSecond48 = 48;
Expand Down

0 comments on commit 9061d5a

Please sign in to comment.