We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a4851 commit 3dcfb1eCopy full SHA for 3dcfb1e
1 file changed
src/platforms/esp32/test/main/test_main.c
@@ -36,7 +36,7 @@
36
#include <driver/sdmmc_host.h>
37
38
// Since IDF v6 it's a separate component
39
-#if ESP_IDF_VERSION_MAJOR >= 6 && CONFIG_ETH_USE_OPENETH
+#if ESP_IDF_VERSION_MAJOR >= 6 && CONFIG_ETH_USE_OPENETH && !CONFIG_IDF_TARGET_ESP32C3
40
#include "esp_eth_phy_dp83848.h"
41
#endif
42
0 commit comments