diff --git a/components/esp_phy/CMakeLists.txt b/components/esp_phy/CMakeLists.txt index e0c6a225be1..43918fe4901 100644 --- a/components/esp_phy/CMakeLists.txt +++ b/components/esp_phy/CMakeLists.txt @@ -94,10 +94,10 @@ if(CONFIG_ESP_PHY_ENABLED) librftest.a $) elseif(CONFIG_IDF_TARGET_ESP32S2) target_link_libraries(${COMPONENT_LIB} INTERFACE $ librftest.a - librfate.a $) + $) else() target_link_libraries(${COMPONENT_LIB} INTERFACE $ libbttestmode.a - librfate.a librftest.a $) + librftest.a $) endif() endif() diff --git a/components/esp_phy/lib b/components/esp_phy/lib index 59c1234e929..5695f4f3810 160000 --- a/components/esp_phy/lib +++ b/components/esp_phy/lib @@ -1 +1 @@ -Subproject commit 59c1234e929212aec0fdda75769b759951235536 +Subproject commit 5695f4f38108658bc4a33e4712c1ebcb34911434