mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 01:22:38 -05:00
A few tweaks to get USB support compiling again on TCC targets (part of FS#9917 by Michaël Burtin).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20264 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e92d9967d6
commit
efe3ec86f1
4 changed files with 12 additions and 1 deletions
|
|
@ -258,4 +258,7 @@
|
|||
/* USB 2.0 device system MMR base address */
|
||||
#define USB_BASE 0x90000b00
|
||||
|
||||
#define USB_NUM_ENDPOINTS 3
|
||||
#define USB_DEVBSS_ATTR IBSS_ATTR
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -229,4 +229,7 @@
|
|||
/* USB 2.0 device system MMR base address */
|
||||
#define USB_BASE 0xf0010000
|
||||
|
||||
#define USB_NUM_ENDPOINTS 3
|
||||
#define USB_DEVBSS_ATTR IBSS_ATTR
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue