summaryrefslogtreecommitdiff
path: root/apps/main_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.h')
-rw-r--r--apps/main_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.h b/apps/main_menu.h
index e7b20e1ff4..54cc6023c7 100644
--- a/apps/main_menu.h
+++ b/apps/main_menu.h
@@ -19,7 +19,7 @@
19#ifndef _MAIN_MENU_H 19#ifndef _MAIN_MENU_H
20#define _MAIN_MENU_H 20#define _MAIN_MENU_H
21 21
22extern void show_splash(void); 22extern int show_logo(void);
23extern void main_menu(void); 23extern void main_menu(void);
24 24
25#endif 25#endif