diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-03-03 17:59:58 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-03-03 17:59:58 +0000 |
| commit | f8a5a403013e23ef209184d06eac0146933e52b1 (patch) | |
| tree | 61dc618e09723b54c8beaf70f3f5d7bbcb94facb /firmware/export/usb.h | |
| parent | c270b7a28983bd2b39c7449473a52725009c668c (diff) | |
| download | rockbox-f8a5a403013e23ef209184d06eac0146933e52b1.zip rockbox-f8a5a403013e23ef209184d06eac0146933e52b1.tar.gz rockbox-f8a5a403013e23ef209184d06eac0146933e52b1.tar.bz2 rockbox-f8a5a403013e23ef209184d06eac0146933e52b1.tar.xz | |
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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 833d2ab..6779372 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -69,8 +69,7 @@ enum { enum { USB_DRIVER_MASS_STORAGE, USB_DRIVER_SERIAL, - USB_DRIVER_CHARGING_ONLY, - USB_DRIVER_COUNT + USB_DRIVER_CHARGING_ONLY }; #endif #ifdef HAVE_USBSTACK |