We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a355e commit 4817553Copy full SHA for 4817553
cores/esp32/esp32-hal-periman.h
@@ -58,7 +58,7 @@ typedef enum {
58
#if SOC_USB_SERIAL_JTAG_SUPPORTED || SOC_USB_OTG_SUPPORTED
59
ESP32_BUS_TYPE_USB, // IO is used as USB pin
60
#endif
61
-#if CONFIG_IDF_TARGET_ESP32
+#if SOC_GPSPI_SUPPORTED
62
ESP32_BUS_TYPE_ETHERNET, // IO is used as ETHERNET-RMII pin
63
64
ESP32_BUS_TYPE_MAX
0 commit comments