I2S_MASTER is bit 25, not 0x25

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11787 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-12-17 14:00:29 +00:00
parent c02e15fe26
commit d4a46cba30

View file

@ -62,7 +62,7 @@ void i2s_reset(void)
/* Other formats not yet known */
/* Are we I2S Master or slave? */
#define I2S_MASTER (0x25)
#define I2S_MASTER (1<<25)
#define I2S_RESET (0x1 << 31)