Skip to content

Commit 3dcfb1e

Browse files
committed
Esp32: fix CI esp32c3 esp-idf 6
Signed-off-by: Peter M <petermm@gmail.com>
1 parent d6a4851 commit 3dcfb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platforms/esp32/test/main/test_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <driver/sdmmc_host.h>
3737

3838
// Since IDF v6 it's a separate component
39-
#if ESP_IDF_VERSION_MAJOR >= 6 && CONFIG_ETH_USE_OPENETH
39+
#if ESP_IDF_VERSION_MAJOR >= 6 && CONFIG_ETH_USE_OPENETH && !CONFIG_IDF_TARGET_ESP32C3
4040
#include "esp_eth_phy_dp83848.h"
4141
#endif
4242

0 commit comments

Comments
 (0)