forked from len0rd/rockbox
dac_config() return the wrong error code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1180 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6139982672
commit
6dc368a133
1 changed files with 1 additions and 1 deletions
|
@ -70,5 +70,5 @@ int dac_config(int value)
|
|||
}
|
||||
|
||||
i2c_end();
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue