From 91cc17eb04de5f30940f794c7c48786415e59fe6 Mon Sep 17 00:00:00 2001 From: DiSlord Date: Mon, 27 Jan 2020 06:55:41 +0300 Subject: [PATCH] Remove compilation warning --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.c b/ui.c index 4459a67..375b1e5 100644 --- a/ui.c +++ b/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