mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
rtos: change XT_CLOCK_FREQ from 13MHz to 80MHz
Freq has been change to 80MHz in system_init
This commit is contained in:
parent
f853f94335
commit
893ce242a1
@ -98,7 +98,8 @@
|
||||
|
||||
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS
|
||||
|
||||
#define XT_CLOCK_FREQ 13000000
|
||||
/* TODO: config freq by menuconfig */
|
||||
#define XT_CLOCK_FREQ 80000000
|
||||
|
||||
/* Required for configuration-dependent settings */
|
||||
#include "xtensa_config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user