summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-03-03 17:59:58 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-03-03 17:59:58 +0000
commitf8a5a403013e23ef209184d06eac0146933e52b1 (patch)
tree61dc618e09723b54c8beaf70f3f5d7bbcb94facb /firmware/export/usb.h
parentc270b7a28983bd2b39c7449473a52725009c668c (diff)
downloadrockbox-f8a5a403013e23ef209184d06eac0146933e52b1.tar.gz
rockbox-f8a5a403013e23ef209184d06eac0146933e52b1.zip
remove usb_benchmark. Its usefulness is extremely limited, and the usb stack around it is moving fast, so it's likely to suffer from bit rot very soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16500 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 833d2ab35e..67793729c6 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -69,8 +69,7 @@ enum {
69enum { 69enum {
70 USB_DRIVER_MASS_STORAGE, 70 USB_DRIVER_MASS_STORAGE,
71 USB_DRIVER_SERIAL, 71 USB_DRIVER_SERIAL,
72 USB_DRIVER_CHARGING_ONLY, 72 USB_DRIVER_CHARGING_ONLY
73 USB_DRIVER_COUNT
74}; 73};
75#endif 74#endif
76#ifdef HAVE_USBSTACK 75#ifdef HAVE_USBSTACK