summaryrefslogtreecommitdiff
path: root/firmware/export/as3525v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3525v2.h')
-rw-r--r--firmware/export/as3525v2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h
index caae57e061..b983ad712a 100644
--- a/firmware/export/as3525v2.h
+++ b/firmware/export/as3525v2.h
@@ -38,7 +38,12 @@
38#undef USB_NUM_ENDPOINTS 38#undef USB_NUM_ENDPOINTS
39#endif 39#endif
40 40
41#ifdef USB_DEVBSS_ATTR
42#undef USB_DEVBSS_ATTR
43#endif
44
41#define USB_NUM_ENDPOINTS 6 45#define USB_NUM_ENDPOINTS 6
46#define USB_DEVBSS_ATTR __attribute__((aligned(32)))
42 47
43#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) 48#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20))
44 49