xduoox3ii/erosq: Fix CPU frequency declared in header

(108 MHz -> 1008 MHz)

Change-Id: I2baf416689e2afb68948609e226df8c5feeecc4a
This commit is contained in:
Solomon Peachy 2020-10-17 17:03:13 -04:00
parent 13f5e123f9
commit a68fc3b6c2
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
#define HAVE_SW_POWEROFF
/* Define this to the CPU frequency */
#define CPU_FREQ 108000000
#define CPU_FREQ 1008000000
/* No special storage */
#define CONFIG_STORAGE STORAGE_HOSTFS

View File

@ -101,7 +101,7 @@
#define HAVE_SW_POWEROFF
/* Define this to the CPU frequency */
#define CPU_FREQ 108000000
#define CPU_FREQ 1008000000
/* No special storage */
#define CONFIG_STORAGE STORAGE_HOSTFS