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.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index e669a6a123..b944ff3aa1 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -115,9 +115,6 @@
115#if defined(HAVE_USBSTACK) 115#if defined(HAVE_USBSTACK)
116#include "usb_core.h" 116#include "usb_core.h"
117#endif 117#endif
118#ifdef USB_STORAGE
119#include "usbstack/usb_storage.h"
120#endif
121 118
122/*---------------------------------------------------*/ 119/*---------------------------------------------------*/
123/* SPECIAL DEBUG STUFF */ 120/* SPECIAL DEBUG STUFF */
@@ -2584,15 +2581,6 @@ static bool logf_usb_serial(void)
2584} 2581}
2585#endif 2582#endif
2586 2583
2587#if 0 && defined(HAVE_USBSTACK) && defined(USB_STORAGE)
2588static bool usb_reconnect(void)
2589{
2590 splash(HZ, "Reconnect mass storage");
2591 usb_storage_reconnect();
2592 return false;
2593}
2594#endif
2595
2596#if CONFIG_USBOTG == USBOTG_ISP1583 2584#if CONFIG_USBOTG == USBOTG_ISP1583
2597extern int dbg_usb_num_items(void); 2585extern int dbg_usb_num_items(void);
2598extern char* dbg_usb_item(int selected_item, void *data, char *buffer, size_t buffer_len); 2586extern char* dbg_usb_item(int selected_item, void *data, char *buffer, size_t buffer_len);