We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72447f commit b2dc652Copy full SHA for b2dc652
esp32p4/include/esp_eth/include/esp_eth_mac_esp.h
@@ -253,14 +253,6 @@ typedef enum {
253
.clock_gpio = (emac_rmii_clock_gpio_t) 50 \
254
} \
255
}, \
256
- .clock_config_out_in = \
257
- { \
258
- .rmii = \
259
260
- .clock_mode = EMAC_CLK_EXT_IN, \
261
- .clock_gpio = (emac_rmii_clock_gpio_t) -1 \
262
- } \
263
- }, \
264
.dma_burst_len = ETH_DMA_BURST_LEN_32, \
265
.intr_priority = 0, \
266
.emac_dataif_gpio = \
@@ -275,6 +267,14 @@ typedef enum {
275
267
.rxd1_num = 30 \
276
268
277
269
270
+ .clock_config_out_in = \
271
+ { \
272
+ .rmii = \
273
274
+ .clock_mode = EMAC_CLK_EXT_IN, \
+ .clock_gpio = (emac_rmii_clock_gpio_t) -1 \
+ } \
+ }, \
278
}
279
#endif // CONFIG_IDF_TARGET_ESP32P4
280
0 commit comments