mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
commit
0e59f0a82b
1 changed files with 4 additions and 4 deletions
8
ui.c
8
ui.c
|
|
@ -2105,10 +2105,10 @@ ui_process_keypad(void)
|
|||
if (key >= 0 && keypad_click(key))
|
||||
/* exit loop on done or cancel */
|
||||
break;
|
||||
else if (key == -2) {
|
||||
//xxx;
|
||||
return;
|
||||
}
|
||||
// else if (key == -2) {
|
||||
// //xxx;
|
||||
// return;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue