summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/as3525v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h
index 5cff4d6f75..4c571f2a22 100644
--- a/firmware/export/as3525v2.h
+++ b/firmware/export/as3525v2.h
@@ -43,6 +43,6 @@
43#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) 43#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20))
44 44
45#undef USB_DEVBSS_ATTR 45#undef USB_DEVBSS_ATTR
46#define USB_DEVBSS_ATTR __attribute__((aligned(32))); 46#define USB_DEVBSS_ATTR __attribute__((aligned(32)))
47 47
48#endif /* __AS3525V2_H__ */ 48#endif /* __AS3525V2_H__ */