From c44c6c3bf56e278a33903d99478947bc29a522a7 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 29 Oct 2025 14:38:18 +0100 Subject: [PATCH] Remove redundant declaration with upgrade to ESP-IDF v5.5.1 --- esp32_device/main/ethernet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/esp32_device/main/ethernet.c b/esp32_device/main/ethernet.c index 5ed7cea..f659f54 100644 --- a/esp32_device/main/ethernet.c +++ b/esp32_device/main/ethernet.c @@ -1,5 +1,3 @@ -#define CONFIG_ETH_USE_ESP32_EMAC - #include "esp_eth.h" #include "esp_eth_mac.h" #include "esp_eth_com.h"