From 3235f18b22a1d27eb822d05fda7cf26662c72b5b Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sat, 14 Dec 2019 16:57:17 +0100 Subject: [PATCH] cpu/esp32: expose eps_eth netdev for lwIP --- cpu/esp32/esp-eth/esp_eth_netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/esp32/esp-eth/esp_eth_netdev.c b/cpu/esp32/esp-eth/esp_eth_netdev.c index 3d29ae330c..4f112c540b 100644 --- a/cpu/esp32/esp-eth/esp_eth_netdev.c +++ b/cpu/esp32/esp-eth/esp_eth_netdev.c @@ -67,7 +67,7 @@ * not provide an argument that could be used as pointer to the ESP-ETH * device which triggers the interrupt. */ -static esp_eth_netdev_t _esp_eth_dev; +esp_eth_netdev_t _esp_eth_dev; /* device thread stack */ static char _esp_eth_stack[ESP_ETH_STACKSIZE];