mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
commit
0e59f0a82b
8
ui.c
8
ui.c
|
|
@ -2105,10 +2105,10 @@ ui_process_keypad(void)
|
||||||
if (key >= 0 && keypad_click(key))
|
if (key >= 0 && keypad_click(key))
|
||||||
/* exit loop on done or cancel */
|
/* exit loop on done or cancel */
|
||||||
break;
|
break;
|
||||||
else if (key == -2) {
|
// else if (key == -2) {
|
||||||
//xxx;
|
// //xxx;
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue