We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6510a8 + 4e8b5e6 commit e3ffaf5Copy full SHA for e3ffaf5
OLEDDisplayUi.h
@@ -72,7 +72,7 @@ const char ANIMATION_inactiveSymbol[] PROGMEM = {
72
73
// Structure of the UiState
74
struct OLEDDisplayUiState {
75
- u_int64_t lastUpdate = 0;
+ uint64_t lastUpdate = 0;
76
uint16_t ticksSinceLastStateSwitch = 0;
77
78
FrameState frameState = FIXED;
0 commit comments