diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2010-09-02 13:46:34 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2010-09-02 13:46:34 +0000 |
| commit | f3da8d0ee3dc61b2d106ef617b761da5ea459f37 (patch) | |
| tree | 9ebafd7b589b202685b8fb558c43d23c9954f7b6 /firmware/export | |
| parent | e09a0857e8a31d29b77ee5d82e7db769403c11c0 (diff) | |
| download | rockbox-f3da8d0ee3dc61b2d106ef617b761da5ea459f37.zip rockbox-f3da8d0ee3dc61b2d106ef617b761da5ea459f37.tar.gz rockbox-f3da8d0ee3dc61b2d106ef617b761da5ea459f37.tar.bz2 rockbox-f3da8d0ee3dc61b2d106ef617b761da5ea459f37.tar.xz | |
as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't protected #undef of USB_NUM_ENDPOINTS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27987 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/as3525v2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h index b983ad7..e0c13df 100644 --- a/firmware/export/as3525v2.h +++ b/firmware/export/as3525v2.h @@ -34,16 +34,9 @@ #define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C)) -#ifdef USB_NUM_ENDPOINTS #undef USB_NUM_ENDPOINTS -#endif - -#ifdef USB_DEVBSS_ATTR -#undef USB_DEVBSS_ATTR -#endif #define USB_NUM_ENDPOINTS 6 -#define USB_DEVBSS_ATTR __attribute__((aligned(32))) #define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) |