summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/tuner-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/tuner-as3525v2.c b/firmware/target/arm/as3525/tuner-as3525v2.c
index 3e911c2e13..0a478f65f4 100644
--- a/firmware/target/arm/as3525/tuner-as3525v2.c
+++ b/firmware/target/arm/as3525/tuner-as3525v2.c
@@ -33,6 +33,6 @@ int tuner_detect_type(void)
33 if (rda5802_detect()) { 33 if (rda5802_detect()) {
34 return RDA5802; 34 return RDA5802;
35 } 35 }
36 return 0; 36 return RDA5802;
37} 37}
38 38