esp32s2/esp32s3: Improve 32k xtal startup time

This commit is contained in:
chaijie
2020-12-30 17:00:30 +08:00
committed by bot
parent 654d4b8d72
commit f6c61544ae
2 changed files with 4 additions and 4 deletions

View File

@@ -244,9 +244,9 @@ typedef struct {
} x32k_config_t; } x32k_config_t;
#define X32K_CONFIG_DEFAULT() { \ #define X32K_CONFIG_DEFAULT() { \
.dac = 1, \ .dac = 3, \
.dres = 3, \ .dres = 3, \
.dgm = 0, \ .dgm = 3, \
.dbuf = 1, \ .dbuf = 1, \
} }

View File

@@ -240,9 +240,9 @@ typedef struct {
} x32k_config_t; } x32k_config_t;
#define X32K_CONFIG_DEFAULT() { \ #define X32K_CONFIG_DEFAULT() { \
.dac = 1, \ .dac = 3, \
.dres = 3, \ .dres = 3, \
.dgm = 0, \ .dgm = 3, \
.dbuf = 1, \ .dbuf = 1, \
} }