forked from espressif/esp-idf
cpu_start: tabs->spaces
This commit is contained in:
@@ -170,7 +170,7 @@ void start_cpu0_default(void)
|
|||||||
trax_start_trace(TRAX_DOWNCOUNT_WORDS);
|
trax_start_trace(TRAX_DOWNCOUNT_WORDS);
|
||||||
#endif
|
#endif
|
||||||
esp_set_cpu_freq(); // set CPU frequency configured in menuconfig
|
esp_set_cpu_freq(); // set CPU frequency configured in menuconfig
|
||||||
uart_div_modify(CONFIG_CONSOLE_UART_NUM, (APB_CLK_FREQ << 4) / CONFIG_CONSOLE_UART_BAUDRATE);
|
uart_div_modify(CONFIG_CONSOLE_UART_NUM, (APB_CLK_FREQ << 4) / CONFIG_CONSOLE_UART_BAUDRATE);
|
||||||
#if CONFIG_BROWNOUT_DET
|
#if CONFIG_BROWNOUT_DET
|
||||||
esp_brownout_init();
|
esp_brownout_init();
|
||||||
#endif
|
#endif
|
||||||
@@ -206,9 +206,9 @@ void start_cpu0_default(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_SW_COEXIST_ENABLE
|
#if CONFIG_SW_COEXIST_ENABLE
|
||||||
if (coex_init() == ESP_OK) {
|
if (coex_init() == ESP_OK) {
|
||||||
coexist_set_enable(true);
|
coexist_set_enable(true);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
xTaskCreatePinnedToCore(&main_task, "main",
|
xTaskCreatePinnedToCore(&main_task, "main",
|
||||||
|
Reference in New Issue
Block a user