git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2011-12-15 19:42:21 +00:00
parent 6a09b39eb8
commit 97fc699b12

View file

@ -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