diff options
Diffstat (limited to 'firmware/export/as3525v2.h')
-rw-r--r-- | firmware/export/as3525v2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h index e0c13df757..c5c9c0504f 100644 --- a/firmware/export/as3525v2.h +++ b/firmware/export/as3525v2.h @@ -40,4 +40,7 @@ #define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) +#undef USB_DEVBSS_ATTR +#define USB_DEVBSS_ATTR __attribute__((aligned(32))); + #endif /* __AS3525V2_H__ */ |