1
0
Fork 0
forked from len0rd/rockbox

Replace USE_HIGH_SPEED with USB_NO_HIGH_SPEED, as high speed support is the normal case

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19274 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-11-30 15:53:36 +00:00
parent caaf3c0b97
commit b9c49fd474
5 changed files with 2 additions and 5 deletions

View file

@ -66,7 +66,7 @@ static const struct usb_device_descriptor __attribute__((aligned(2)))
{
.bLength = sizeof(struct usb_device_descriptor),
.bDescriptorType = USB_DT_DEVICE,
#ifdef USE_HIGH_SPEED
#ifndef USB_NO_HIGH_SPEED
.bcdUSB = 0x0200,
#else
.bcdUSB = 0x0110,