diff options
Diffstat (limited to 'firmware/export/as3525v2.h')
-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 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)) |