summaryrefslogtreecommitdiff
path: root/firmware/drivers/tuner
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/tuner')
-rw-r--r--firmware/drivers/tuner/si4700.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/si4700.c b/firmware/drivers/tuner/si4700.c
index 917f628490..6966891a38 100644
--- a/firmware/drivers/tuner/si4700.c
+++ b/firmware/drivers/tuner/si4700.c
@@ -30,7 +30,8 @@
30#include "fmradio_i2c.h" /* physical interface driver */ 30#include "fmradio_i2c.h" /* physical interface driver */
31#include "rds.h" 31#include "rds.h"
32 32
33#if defined(SANSA_CLIP) || defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2) 33#if defined(SANSA_CLIP) || defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2) \
34 || defined(SANSA_FUZEPLUS)
34/* some models use the internal 32 kHz oscillator which needs special attention 35/* some models use the internal 32 kHz oscillator which needs special attention
35 during initialisation, power-up and power-down. */ 36 during initialisation, power-up and power-down. */
36#define SI4700_USE_INTERNAL_OSCILLATOR 37#define SI4700_USE_INTERNAL_OSCILLATOR