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:
parent
dc051248be
commit
6c21dc5e62
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue