1
0
Fork 0
forked from len0rd/rockbox

Fix all the red this time?

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13884 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-07-14 13:41:59 +00:00
parent ef65d91492
commit 680afafc23
6 changed files with 32 additions and 25 deletions

View file

@ -30,6 +30,10 @@ static bool mono = false;
static bool powered = false;
#endif
void tuner_init(void)
{
}
int tuner_set(int setting, int value)
{
switch(setting)