mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-14 12:59:29 +03:00
Merge branch 'fix/esp-coex-deps' into 'master'
fix(esp_coex): add missing esp_phy dependency for libcoexist.a symbols See merge request espressif/esp-idf!48790
This commit is contained in:
@@ -29,7 +29,7 @@ endif()
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES esp_timer esp_driver_gpio
|
||||
PRIV_REQUIRES esp_timer esp_driver_gpio esp_phy
|
||||
LDFRAGMENTS "${ldfragments}")
|
||||
|
||||
if(CONFIG_ESP_COEX_ENABLED)
|
||||
|
||||
Reference in New Issue
Block a user