From c1cc64c4856aba6443b31f3d5dc570bb9ba22c77 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sat, 28 Dec 2019 10:57:40 +1100 Subject: [PATCH] Fix typo --- workspace/TS100/Core/Src/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/Core/Src/gui.cpp b/workspace/TS100/Core/Src/gui.cpp index 4251ed91..382f469a 100644 --- a/workspace/TS100/Core/Src/gui.cpp +++ b/workspace/TS100/Core/Src/gui.cpp @@ -804,7 +804,7 @@ void gui_Menu(const menuitem *menu) { lcdRefresh = false; } if ((xTaskGetTickCount() - lastButtonTime) > (1000 * 30)) { - // If user has not pressed any buttons in 30 seconds, exist back a menu. + // If user has not pressed any buttons in 30 seconds, exit back a menu layer // This will trickle the user back to the main screen eventually earlyExit = true; descriptionStart = 0;