1
0
Fork 0
forked from len0rd/rockbox

Oops. It's #endif not #end.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-08-30 00:35:46 +00:00
parent 6ea76565bc
commit 9830ab592b

View file

@ -53,7 +53,7 @@ void wm8731_write(int reg, int data)
#else #else
/* The iPod's audio codecs use an I2C address of 0x1a */ /* The iPod's audio codecs use an I2C address of 0x1a */
ipod_i2c_send(0x1a, (reg<<1) | ((data&0x100)>>8),data&0xff); ipod_i2c_send(0x1a, (reg<<1) | ((data&0x100)>>8),data&0xff);
#end #endif
} }
int wmcodec_mute(int mute) int wmcodec_mute(int mute)