forked from len0rd/rockbox
Forgot that the simulator doesn't simulate the FM radio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7320 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b626269b94
commit
ab543c71a9
2 changed files with 6 additions and 6 deletions
|
@ -7,9 +7,6 @@
|
|||
*/
|
||||
#define IRIVER_H100_SERIES 1
|
||||
|
||||
#define CONFIG_TUNER TEA5767
|
||||
#define CONFIG_TUNER_XTAL 32768000
|
||||
|
||||
/* For Rolo and boot loader */
|
||||
#define MODEL_NUMBER 1
|
||||
|
||||
|
@ -52,6 +49,9 @@
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
#define CONFIG_TUNER TEA5767
|
||||
#define CONFIG_TUNER_XTAL 32768000
|
||||
|
||||
/* Define this if you have a Motorola SCF5249 */
|
||||
#define CONFIG_CPU MCF5249
|
||||
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
*/
|
||||
#define IRIVER_H100_SERIES 1
|
||||
|
||||
#define CONFIG_TUNER TEA5767
|
||||
#define CONFIG_TUNER_XTAL 32768000
|
||||
|
||||
/* For Rolo and boot loader */
|
||||
#define MODEL_NUMBER 0
|
||||
|
||||
|
@ -48,6 +45,9 @@
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
#define CONFIG_TUNER TEA5767
|
||||
#define CONFIG_TUNER_XTAL 32768000
|
||||
|
||||
/* Define this if you have a Motorola SCF5249 */
|
||||
#define CONFIG_CPU MCF5249
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue