diff options
Diffstat (limited to 'firmware/drivers')
| -rw-r--r-- | firmware/drivers/tuner/tea5767.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/tea5767.c b/firmware/drivers/tuner/tea5767.c index 0950345..822fdcb 100644 --- a/firmware/drivers/tuner/tea5767.c +++ b/firmware/drivers/tuner/tea5767.c @@ -28,7 +28,7 @@ #include "fmradio.h" #include "fmradio_i2c.h" /* physical interface driver */ -#if defined(PHILIPS_HDD1630) +#if defined(PHILIPS_HDD1630) || defined(ONDA_VX747) #define I2C_ADR 0x60 #else #define I2C_ADR 0xC0 |