summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-02-25 15:04:24 +0000
committerThomas Martitz <kugel@rockbox.org>2009-02-25 15:04:24 +0000
commit884dc711b8e91d34f9a354db73222ce674c393d9 (patch)
treecaa5d37cf6106159f6467121cfd91e04db2b2c23
parent7f77dd8c265e4e6f5dba53eeb125736f411453a2 (diff)
downloadrockbox-884dc711b8e91d34f9a354db73222ce674c393d9.tar.gz
rockbox-884dc711b8e91d34f9a354db73222ce674c393d9.zip
DBOP_DIN is 16bit wide.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20102 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/as3525.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index 062ac26eac..388df2a925 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -96,7 +96,7 @@
#define DBOP_CTRL (*(volatile unsigned long *)(DBOP_BASE + 0x08))
#define DBOP_STAT (*(volatile unsigned long *)(DBOP_BASE + 0x0C))
#define DBOP_DOUT (*(volatile unsigned short*)(DBOP_BASE + 0x10))
-#define DBOP_DIN (*(volatile unsigned long *)(DBOP_BASE + 0x14))
+#define DBOP_DIN (*(volatile unsigned short*)(DBOP_BASE + 0x14))
/**