diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2011-11-27 00:07:06 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-11-27 00:07:06 +0000 |
| commit | a89c705ecbc947e7f49ff30d5ec5bf6a7be4670b (patch) | |
| tree | 0003c6fc87a042a989ccd00831b75b70f9330367 | |
| parent | ebde2ea3082040e4a8e43c7354942ee90e61eb2d (diff) | |
| download | rockbox-a89c705ecbc947e7f49ff30d5ec5bf6a7be4670b.zip rockbox-a89c705ecbc947e7f49ff30d5ec5bf6a7be4670b.tar.gz rockbox-a89c705ecbc947e7f49ff30d5ec5bf6a7be4670b.tar.bz2 rockbox-a89c705ecbc947e7f49ff30d5ec5bf6a7be4670b.tar.xz | |
AMSv2: remove stray ; from USB_DEVBSS_ATTR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31064 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/as3525v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/as3525v2.h b/firmware/export/as3525v2.h index 5cff4d6..4c571f2 100644 --- a/firmware/export/as3525v2.h +++ b/firmware/export/as3525v2.h @@ -43,6 +43,6 @@ #define CCU_USB (*(volatile unsigned long *)(CCU_BASE + 0x20)) #undef USB_DEVBSS_ATTR -#define USB_DEVBSS_ATTR __attribute__((aligned(32))); +#define USB_DEVBSS_ATTR __attribute__((aligned(32))) #endif /* __AS3525V2_H__ */ |