diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-17 17:03:13 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-17 17:10:52 -0400 |
commit | a68fc3b6c2eca281738b853bb2f508ac49ddfee1 (patch) | |
tree | 679d658820f48f184e6849c1c2088581358cf10c /firmware/export/config/aigoerosq.h | |
parent | 13f5e123f92b85129622f5807b101dd75fdd73ae (diff) | |
download | rockbox-a68fc3b6c2eca281738b853bb2f508ac49ddfee1.tar.gz rockbox-a68fc3b6c2eca281738b853bb2f508ac49ddfee1.zip |
xduoox3ii/erosq: Fix CPU frequency declared in header
(108 MHz -> 1008 MHz)
Change-Id: I2baf416689e2afb68948609e226df8c5feeecc4a
Diffstat (limited to 'firmware/export/config/aigoerosq.h')
-rw-r--r-- | firmware/export/config/aigoerosq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/aigoerosq.h b/firmware/export/config/aigoerosq.h index d6761a4470..86f249c366 100644 --- a/firmware/export/config/aigoerosq.h +++ b/firmware/export/config/aigoerosq.h | |||
@@ -101,7 +101,7 @@ | |||
101 | #define HAVE_SW_POWEROFF | 101 | #define HAVE_SW_POWEROFF |
102 | 102 | ||
103 | /* Define this to the CPU frequency */ | 103 | /* Define this to the CPU frequency */ |
104 | #define CPU_FREQ 108000000 | 104 | #define CPU_FREQ 1008000000 |
105 | 105 | ||
106 | /* No special storage */ | 106 | /* No special storage */ |
107 | #define CONFIG_STORAGE STORAGE_HOSTFS | 107 | #define CONFIG_STORAGE STORAGE_HOSTFS |