mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
Remove compilation warning
This commit is contained in:
parent
1d6f09a355
commit
91cc17eb04
1 changed files with 1 additions and 1 deletions
2
ui.c
2
ui.c
|
|
@ -1070,7 +1070,7 @@ const menuitem_t menu_top[] = {
|
|||
#define MENU_STACK_DEPTH_MAX 4
|
||||
uint8_t menu_current_level = 0;
|
||||
const menuitem_t *menu_stack[4] = {
|
||||
menu_top, 0, NULL, NULL, NULL
|
||||
menu_top, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue