cpu/esp32: expose eps_eth netdev for lwIP

This commit is contained in:
Gunar Schorcht 2019-12-14 16:57:17 +01:00
parent f2dbd3ba4a
commit 3235f18b22

View File

@ -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];