1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-06-25 11:22:53 +00:00
parent 6139982672
commit 6dc368a133

View file

@ -70,5 +70,5 @@ int dac_config(int value)
}
i2c_end();
return 0;
return ret;
}