Fix wrongly reported CPU frequency in the debug screen on Sansa.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12938 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91e726a1c1
commit
aefc939255
1 changed files with 1 additions and 2 deletions
|
@ -101,8 +101,7 @@
|
|||
#define ROM_START 0x00000000
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
/* TODO: this is probably wrong */
|
||||
#define CPU_FREQ 11289600
|
||||
#define CPU_FREQ 75000000
|
||||
|
||||
/* Type of LCD TODO: hopefully the same as the x5 but check this*/
|
||||
#define CONFIG_LCD LCD_X5
|
||||
|
|
Loading…
Reference in a new issue