AMSv2: remove stray ; from USB_DEVBSS_ATTR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31064 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ebde2ea308
commit
a89c705ecb
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@
|
||||||
#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20))
|
#define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20))
|
||||||
|
|
||||||
#undef USB_DEVBSS_ATTR
|
#undef USB_DEVBSS_ATTR
|
||||||
#define USB_DEVBSS_ATTR __attribute__((aligned(32)));
|
#define USB_DEVBSS_ATTR __attribute__((aligned(32)))
|
||||||
|
|
||||||
#endif /* __AS3525V2_H__ */
|
#endif /* __AS3525V2_H__ */
|
||||||
|
|
Loading…
Reference in a new issue