mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Remove compilation warning
This commit is contained in:
parent
1d6f09a355
commit
91cc17eb04
2
ui.c
2
ui.c
|
|
@ -1070,7 +1070,7 @@ const menuitem_t menu_top[] = {
|
||||||
#define MENU_STACK_DEPTH_MAX 4
|
#define MENU_STACK_DEPTH_MAX 4
|
||||||
uint8_t menu_current_level = 0;
|
uint8_t menu_current_level = 0;
|
||||||
const menuitem_t *menu_stack[4] = {
|
const menuitem_t *menu_stack[4] = {
|
||||||
menu_top, 0, NULL, NULL, NULL
|
menu_top, NULL, NULL, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue