Skip to content
Snippets Groups Projects
Commit 4e8b5e6d authored by 0xPIT's avatar 0xPIT Committed by GitHub
Browse files

fix typo in integer type (causes compile error)

parent c6510a8d
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ const char ANIMATION_inactiveSymbol[] PROGMEM = {
// Structure of the UiState
struct OLEDDisplayUiState {
u_int64_t lastUpdate = 0;
uint64_t lastUpdate = 0;
uint16_t ticksSinceLastStateSwitch = 0;
FrameState frameState = FIXED;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment