1
0
Fork 0
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:
Jens Arnold 2008-03-18 22:48:26 +00:00
parent 6deb9f31ff
commit eb0a7a3318
3 changed files with 5 additions and 5 deletions

View file

@ -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 */