summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/tuner-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/tuner-as3525v2.c')
-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 cb2afe10d4..a490217254 100644
--- a/firmware/target/arm/as3525/tuner-as3525v2.c
+++ b/firmware/target/arm/as3525/tuner-as3525v2.c
@@ -36,6 +36,6 @@ int tuner_detect_type(void)
36 return RDA5802; 36 return RDA5802;
37 } 37 }
38#endif 38#endif
39 return RDA5082; /* returning 0 freezes the player : FS#11791 */ 39 return RDA5802; /* returning 0 freezes the player : FS#11791 */
40} 40}
41#endif 41#endif