diff --git a/apps/menu.h b/apps/menu.h index eb2be874e6..5aafe9bf9a 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -27,6 +27,6 @@ struct menu_items { }; void menu_init(struct menu_items* items, int count); -void menu_draw(void); +void menu_run(void); #endif /* End __MENU_H__ */