ipc: initialise automatically, if called from the app

This commit is contained in:
Ivan Grokhotkov
2018-09-18 14:37:12 +08:00
parent 2efd6859ed
commit 4ff262ecff
3 changed files with 13 additions and 17 deletions

View File

@@ -351,7 +351,6 @@ void start_cpu0_default(void)
esp_cache_err_int_init();
esp_crosscore_int_init();
#ifndef CONFIG_FREERTOS_UNICORE
esp_ipc_init();
esp_dport_access_int_init();
#endif
spi_flash_init();