forked from len0rd/rockbox
Correct the name of a flag. No functional change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16708 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6deb9f31ff
commit
eb0a7a3318
3 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@ void i2c_adjust_prescale(int multiplier);
|
|||
#define IBB (1 << 5) /* Bus Busy */
|
||||
#define IAL (1 << 4) /* Arbitration Lost */
|
||||
#define SRW (1 << 2) /* Slave R/W */
|
||||
#define IFF (1 << 1) /* I2C Interrupt */
|
||||
#define IIF (1 << 1) /* I2C Interrupt */
|
||||
#define RXAK (1 << 0) /* No Ack bit */
|
||||
|
||||
/* MBCR - Control register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue