aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorneon12345 <[email protected]>2024-08-06 13:44:15 +0200
committerGitHub <[email protected]>2024-08-06 13:44:15 +0200
commitcae14dee6ae309b9a3e971aa6497f68874780732 (patch)
treebe03e5476cd188197d2ddcdd2d082f33280bacb3
parentc002f45c7ea649c8b73642420bd721b710820649 (diff)
downloadIronOS-cae14dee6ae309b9a3e971aa6497f68874780732.tar.gz
IronOS-cae14dee6ae309b9a3e971aa6497f68874780732.zip
Update OperatingModes.h
add state7 for locked timer ticks
-rw-r--r--source/Core/Threads/UI/logic/OperatingModes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Core/Threads/UI/logic/OperatingModes.h b/source/Core/Threads/UI/logic/OperatingModes.h
index 5387f64a..a2c08a7d 100644
--- a/source/Core/Threads/UI/logic/OperatingModes.h
+++ b/source/Core/Threads/UI/logic/OperatingModes.h
@@ -62,6 +62,7 @@ struct guiContext {
uint32_t state4; // 32 bit state scratch
uint16_t state5; // 16 bit state scratch
uint16_t state6; // 16 bit state scratch
+ uint32_t state7; // 32 bit state scratch
} scratch_state;
};