Fix FS#11813 - Frequency is not tuned the first time the radio is turned on
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29946 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4909e09267
commit
4097f44c5e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
#define STATUSRSSI_FM_TRUE (0x1 << 8)
|
||||
|
||||
static const uint16_t initvals[16] = {
|
||||
0x0000, 0x0000, 0xC401, 0x1B90,
|
||||
0x0000, 0x0000, 0xC401, 0x1B80,
|
||||
0x0400, 0x866F, 0x8000, 0x4712,
|
||||
0x5EC6, 0x0000, 0x406E, 0x2D80,
|
||||
0x5803, 0x5804, 0x5804, 0x5804
|
||||
|
|
Loading…
Reference in a new issue