summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/tuner/rda5802.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/rda5802.c b/firmware/drivers/tuner/rda5802.c
index 8c78a9f243..43dffe2355 100644
--- a/firmware/drivers/tuner/rda5802.c
+++ b/firmware/drivers/tuner/rda5802.c
@@ -190,7 +190,7 @@ void rda5802_init(void)
// write initialisation values
memcpy(cache, initvals, sizeof(cache));
- rda5802_write(16);
+ rda5802_write(14);
sleep(HZ * 70 / 1000);
}
}