diff options
Diffstat (limited to 'apps/debug_menu.h')
| -rw-r--r-- | apps/debug_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h index 9b4841f..4b2c193 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -27,5 +27,6 @@ extern bool dbg_ports(void); extern bool dbg_rtc(void); #endif #endif +extern bool dbg_partitions(void); #endif |