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) return RDA5802; } #endif - return RDA5082; /* returning 0 freezes the player : FS#11791 */ + return RDA5802; /* returning 0 freezes the player : FS#11791 */ } #endif