summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index e669a6a..b944ff3 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -115,9 +115,6 @@
#if defined(HAVE_USBSTACK)
#include "usb_core.h"
#endif
-#ifdef USB_STORAGE
-#include "usbstack/usb_storage.h"
-#endif
/*---------------------------------------------------*/
/* SPECIAL DEBUG STUFF */
@@ -2584,15 +2581,6 @@ static bool logf_usb_serial(void)
}
#endif
-#if 0 && defined(HAVE_USBSTACK) && defined(USB_STORAGE)
-static bool usb_reconnect(void)
-{
- splash(HZ, "Reconnect mass storage");
- usb_storage_reconnect();
- return false;
-}
-#endif
-
#if CONFIG_USBOTG == USBOTG_ISP1583
extern int dbg_usb_num_items(void);
extern char* dbg_usb_item(int selected_item, void *data, char *buffer, size_t buffer_len);