diff options
| -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 7660fa7..67aa808 100644 --- a/firmware/drivers/tuner/tea5767.c +++ b/firmware/drivers/tuner/tea5767.c @@ -140,7 +140,7 @@ int tea5767_get(int setting) void tea5767_init(void) { /* save binsize by only detecting presence for targets where it may be absent */ -#if defined(PHILIPS_HDD1630) +#if defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) unsigned char buf[5]; unsigned char chipid; |