From cae14dee6ae309b9a3e971aa6497f68874780732 Mon Sep 17 00:00:00 2001 From: neon12345 <784389+neon12345@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:44:15 +0200 Subject: [PATCH] Update OperatingModes.h add state7 for locked timer ticks --- source/Core/Threads/UI/logic/OperatingModes.h | 1 + 1 file changed, 1 insertion(+) 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; };