diff options
Diffstat (limited to 'apps/debug_menu.h')
| -rw-r--r-- | apps/debug_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h index e3f2eb4..629d071 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -23,10 +23,10 @@ bool debug_menu(void); #ifndef SIMULATOR extern bool dbg_ports(void); +extern bool dbg_partitions(void); #ifdef CONFIG_RTC extern bool dbg_rtc(void); #endif #endif -extern bool dbg_partitions(void); #endif |