summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 7477bb001c..d3022df78e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2575,7 +2575,7 @@ static bool logf_usb_serial(void)
2575} 2575}
2576#endif 2576#endif
2577 2577
2578#if defined(HAVE_USBSTACK) && defined(USB_STORAGE) 2578#if 0 && defined(HAVE_USBSTACK) && defined(USB_STORAGE)
2579static bool usb_reconnect(void) 2579static bool usb_reconnect(void)
2580{ 2580{
2581 splash(HZ, "Reconnect mass storage"); 2581 splash(HZ, "Reconnect mass storage");
@@ -2720,7 +2720,7 @@ static const struct the_menu_item menuitems[] = {
2720#if defined(HAVE_USBSTACK) && defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL) 2720#if defined(HAVE_USBSTACK) && defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL)
2721 {"logf over usb",logf_usb_serial }, 2721 {"logf over usb",logf_usb_serial },
2722#endif 2722#endif
2723#if defined(HAVE_USBSTACK) && defined(USB_STORAGE) 2723#if 0 && defined(HAVE_USBSTACK) && defined(USB_STORAGE)
2724 {"reconnect usb storage",usb_reconnect}, 2724 {"reconnect usb storage",usb_reconnect},
2725#endif 2725#endif
2726#ifdef CPU_BOOST_LOGGING 2726#ifdef CPU_BOOST_LOGGING