mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix missing i2c mutex initialisation for telechips.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21445 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3236c626f4
commit
04451b4369
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ static struct mutex i2c_mtx;
|
|||
|
||||
void i2c_init(void)
|
||||
{
|
||||
/* nothing to do */
|
||||
mutex_init(&i2c_mtx);
|
||||
}
|
||||
|
||||
void i2c_start(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue