mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[X7] Typo
This commit is contained in:
parent
74c03f0d4e
commit
df835da07d
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ int main()
|
||||||
lockFlash();
|
lockFlash();
|
||||||
unlocked = 0;
|
unlocked = 0;
|
||||||
}
|
}
|
||||||
lcdDrawTextAlignedLeft(4*FH, CENTER "\007Writing Complete");
|
lcdDrawTextAlignedLeft(4*FH, CENTER "\007Writing complete");
|
||||||
if (event == EVT_KEY_FIRST(BOOT_KEY_EXIT) || event == EVT_KEY_BREAK(BOOT_KEY_MENU)) {
|
if (event == EVT_KEY_FIRST(BOOT_KEY_EXIT) || event == EVT_KEY_BREAK(BOOT_KEY_MENU)) {
|
||||||
state = ST_START;
|
state = ST_START;
|
||||||
vpos = 0;
|
vpos = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue