mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
caaf3c0b97
commit
b9c49fd474
5 changed files with 2 additions and 5 deletions
|
|
@ -424,7 +424,7 @@ void usb_drv_init(void)
|
|||
REG_PORTSC1 = (REG_PORTSC1 & ~PORTSCX_PHY_TYPE_SEL) | PORTSCX_PTS_ULPI;
|
||||
#endif
|
||||
|
||||
#ifndef USE_HIGH_SPEED
|
||||
#ifdef USB_NO_HIGH_SPEED
|
||||
/* Force device to full speed */
|
||||
/* See 32.9.5.9.2 */
|
||||
REG_PORTSC1 |= PORTSCX_PORT_FORCE_FULL_SPEED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue