mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31397 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c97145e7d
commit
b4ffcb5224
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ L_timeout:
|
|||
return -1;
|
||||
}
|
||||
|
||||
int i2c_write(int device, unsigned char *buf, int count)
|
||||
int i2c_write(int device, const unsigned char *buf, int count)
|
||||
{
|
||||
int cnt = count;
|
||||
int timeout = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue