mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-02-11 17:41:11 +08:00
Renamed another var.
This commit is contained in:
parent
f9eaadd974
commit
e876baf578
5
gui.c
5
gui.c
@ -38,7 +38,6 @@ uint8_t g_20000380;
|
||||
uint8_t g_20000390;
|
||||
uint8_t g_200003BA;
|
||||
uint8_t g_200003BB;
|
||||
uint8_t g_20000367;
|
||||
uint8_t gWasFKeyPressed;
|
||||
|
||||
bool gAskForConfirmation;
|
||||
@ -569,8 +568,8 @@ void GUI_SelectNextDisplay(GUI_DisplayType_t Display)
|
||||
gF_LOCK = 0;
|
||||
gAskToSave = false;
|
||||
gAskToDelete = false;
|
||||
if (g_20000367 == 1) {
|
||||
g_20000367 = 0;
|
||||
if (gWasFKeyPressed == 1) {
|
||||
gWasFKeyPressed = 0;
|
||||
g_2000036F = 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user