From f3da8d0ee3dc61b2d106ef617b761da5ea459f37 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 2 Sep 2010 13:46:34 +0000 Subject: 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 --- firmware/export/as3525v2.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h index b983ad712a..e0c13df757 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)) -- cgit v1.2.3