c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sansa AMS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb2c947b1b
commit
1a98e973fb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
/* some models use the internal 32 kHz oscillator which needs special attention
|
||||
during initialisation, power-up and power-down.
|
||||
*/
|
||||
#if defined(SANSA_CLIP) || defined(SANSA_E200V2) || defined(SANSA_FUZE)
|
||||
#if defined(SANSA_CLIP) || defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2)
|
||||
#define USE_INTERNAL_OSCILLATOR
|
||||
#elif defined(TOSHIBA_GIGABEAT_S)
|
||||
#define SI4700_GPIO_SETUP (SYSCONFIG1_GPIO1_HI_Z | \
|
||||
|
|
Loading…
Reference in a new issue