diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/debug_menu.c | 2 | ||||
| -rw-r--r-- | apps/debug_menu.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index d31bf2b..48664a1 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -583,7 +583,7 @@ static const char* dbg_partitions_getname(int selected_item, void *data, return buffer; } -bool dbg_partitions(void) +static bool dbg_partitions(void) { struct simplelist_info info; simplelist_info_init(&info, "Partition Info", 4, NULL); diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 17a9c2e..7926ffc 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -26,7 +26,6 @@ bool run_debug_screen(char* screen); #ifndef SIMULATOR extern bool dbg_ports(void); -extern bool dbg_partitions(void); #endif #endif |