forked from len0rd/rockbox
Gigabeat S: A little more housekeeping. Move source clock frequencies to config. header and name them per ref. manual designations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25549 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
011b0fa66a
commit
86545174b9
3 changed files with 6 additions and 5 deletions
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
#define MODEL_NAME "Toshiba Gigabeat S"
|
||||
|
||||
/* System source clock frequencies (Hz) */
|
||||
#define CONFIG_CKIL_FREQ 32768 /* RTC Crystal, Tuner */
|
||||
#define CONFIG_CKIH_FREQ 27000000 /* PLL Reference */
|
||||
|
||||
/* For Rolo and boot loader */
|
||||
#define MODEL_NUMBER 21
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue