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:
parent
c02e15fe26
commit
d4a46cba30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue