summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/as3525v2.h7
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 @@
34 34
35#define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C)) 35#define CGU_SDSLOT (*(volatile unsigned long *)(CGU_BASE + 0x3C))
36 36
37#ifdef USB_NUM_ENDPOINTS
38#undef USB_NUM_ENDPOINTS 37#undef USB_NUM_ENDPOINTS
39#endif
40
41#ifdef USB_DEVBSS_ATTR
42#undef USB_DEVBSS_ATTR
43#endif
44 38
45#define USB_NUM_ENDPOINTS 6 39#define USB_NUM_ENDPOINTS 6
46#define USB_DEVBSS_ATTR __attribute__((aligned(32)))
47 40
48#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) 41#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20))
49 42