forked from len0rd/rockbox
rk27xx - missing semicolon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c2829a2573
commit
27ebf86abc
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ int i2c_write(unsigned char slave, int address, int len,
|
||||||
i2c_iomux(slave);
|
i2c_iomux(slave);
|
||||||
|
|
||||||
/* clear all flags */
|
/* clear all flags */
|
||||||
I2C_ISR = 0x00
|
I2C_ISR = 0x00;
|
||||||
I2C_IER = 0x00;
|
I2C_IER = 0x00;
|
||||||
|
|
||||||
/* START */
|
/* START */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue