Skip to content
Snippets Groups Projects
Commit e3ffaf53 authored by Daniel Eichhorn's avatar Daniel Eichhorn Committed by GitHub
Browse files

Merge pull request #105 from 0xPIT/patch-1

fix typo in integer type (causes compile error)
parents c6510a8d 4e8b5e6d
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ const char ANIMATION_inactiveSymbol[] PROGMEM = { ...@@ -72,7 +72,7 @@ const char ANIMATION_inactiveSymbol[] PROGMEM = {
// Structure of the UiState // Structure of the UiState
struct OLEDDisplayUiState { struct OLEDDisplayUiState {
u_int64_t lastUpdate = 0; uint64_t lastUpdate = 0;
uint16_t ticksSinceLastStateSwitch = 0; uint16_t ticksSinceLastStateSwitch = 0;
FrameState frameState = FIXED; 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