Skip to content

Commit 4e8b5e6

Browse files
authored
fix typo in integer type (causes compile error)
1 parent c6510a8 commit 4e8b5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OLEDDisplayUi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const char ANIMATION_inactiveSymbol[] PROGMEM = {
7272

7373
// Structure of the UiState
7474
struct OLEDDisplayUiState {
75-
u_int64_t lastUpdate = 0;
75+
uint64_t lastUpdate = 0;
7676
uint16_t ticksSinceLastStateSwitch = 0;
7777

7878
FrameState frameState = FIXED;

0 commit comments

Comments
 (0)