forked from len0rd/rockbox
fix h300 red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9dc67828a9
commit
8812879aac
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ void sw_i2c_init(void)
|
||||||
/* no extra init required */
|
/* no extra init required */
|
||||||
}
|
}
|
||||||
|
|
||||||
int sw_i2c_write(unsigned char chip, unsigned char location, const unsigned char* buf, int count)
|
int sw_i2c_write(unsigned char chip, unsigned char location, unsigned char* buf, int count)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue