1
0
Fork 0
forked from len0rd/rockbox

Remove a change that wasn't supposed to stick around.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-07-14 22:08:20 +00:00
parent dc051248be
commit 6c21dc5e62

View file

@ -479,7 +479,7 @@ static int tuner_measure(unsigned char type, int scale, int duration)
}
/* set the FM oscillator frequency */
static bool set_frequency(int freq)
static void set_frequency(int freq)
{
int coef, cap_value, osc_value;
int f1, f2, x1, x2;
@ -588,8 +588,6 @@ static bool set_frequency(int freq)
TUNER_LOG("\n");
TUNER_LOG_SYNC();
return true;
}
static void fine_step_tune(int (*setcmp)(int regval), int regval, int step)