summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/tuner/si4700.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/si4700.c b/firmware/drivers/tuner/si4700.c
index be9b6a4068..c19df6a7bb 100644
--- a/firmware/drivers/tuner/si4700.c
+++ b/firmware/drivers/tuner/si4700.c
@@ -297,7 +297,7 @@ void si4700_init(void)
297#ifdef USE_INTERNAL_OSCILLATOR 297#ifdef USE_INTERNAL_OSCILLATOR
298 /* Enable the internal oscillator 298 /* Enable the internal oscillator
299 (Si4702-16 needs this register to be initialised to 0x100) */ 299 (Si4702-16 needs this register to be initialised to 0x100) */
300 si4700_write_set(TEST1, TEST1_XOSCEN | 0x100); 300 si4700_write_reg(TEST1, TEST1_XOSCEN | 0x100);
301 sleep(HZ/2); 301 sleep(HZ/2);
302#endif 302#endif
303 } 303 }