mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
remove "reconnect usb storage" debug item from the release
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_1@19541 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8463616c5e
commit
865b2565f0
1 changed files with 0 additions and 12 deletions
|
@ -2427,15 +2427,6 @@ static bool logf_usb_serial(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 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
|
#if CONFIG_USBOTG == USBOTG_ISP1583
|
||||||
extern int dbg_usb_num_items(void);
|
extern int dbg_usb_num_items(void);
|
||||||
extern char* dbg_usb_item(int selected_item, void *data, char *buffer, size_t buffer_len);
|
extern char* dbg_usb_item(int selected_item, void *data, char *buffer, size_t buffer_len);
|
||||||
|
@ -2572,9 +2563,6 @@ static const struct the_menu_item menuitems[] = {
|
||||||
#if defined(HAVE_USBSTACK) && defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL)
|
#if defined(HAVE_USBSTACK) && defined(ROCKBOX_HAS_LOGF) && defined(USB_SERIAL)
|
||||||
{"logf over usb",logf_usb_serial },
|
{"logf over usb",logf_usb_serial },
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_USBSTACK) && defined(USB_STORAGE)
|
|
||||||
{"reconnect usb storage",usb_reconnect},
|
|
||||||
#endif
|
|
||||||
#ifdef CPU_BOOST_LOGGING
|
#ifdef CPU_BOOST_LOGGING
|
||||||
{"cpu_boost log",cpu_boost_log},
|
{"cpu_boost log",cpu_boost_log},
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue