diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-04-17 00:09:02 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-17 00:09:02 +0000 |
commit | b75ad888f99136f9cc9a3b5384f4fd62013011f4 (patch) | |
tree | d2d961a6750ab02beda50904a02d4229020c3f1f /firmware/drivers/pcf50606.c | |
parent | 74a397738e13cbc78195cbc8d58e2372035f11e0 (diff) |
Ooops^2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9696 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/pcf50606.c')
-rw-r--r-- | firmware/drivers/pcf50606.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/pcf50606.c b/firmware/drivers/pcf50606.c index 5c8f8d0e96..0f2d73664b 100644 --- a/firmware/drivers/pcf50606.c +++ b/firmware/drivers/pcf50606.c @@ -227,7 +227,7 @@ static inline bool pcf50606_i2c_getack(void) "subq.l #1,%%d0 \n" "bhi.s 1b \n" : /* outputs */ - [ret]"=&r"(ret) + [ret]"=&d"(ret) : /* inputs */ [gpio]"a"(&GPIO_READ), [sclb]"d"(0x00001000), |