esp_ipc: fix race condition in ipc task

This commit is contained in:
Erhan Kurubas
2021-08-23 17:17:19 +03:00
parent 804a99790a
commit d6ed894113
8 changed files with 7 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ endif()
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
PRIV_INCLUDE_DIRS "${priv_include_dirs}"
PRIV_REQUIRES soc esp_ipc
LDFRAGMENTS linker.lf)