mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a09b39eb8
commit
97fc699b12
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ int tuner_detect_type(void)
|
||||||
return RDA5802;
|
return RDA5802;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
return RDA5082; /* returning 0 freezes the player : FS#11791 */
|
return RDA5802; /* returning 0 freezes the player : FS#11791 */
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue