cpu/esp32: expose eps_eth netdev for lwIP
This commit is contained in:
parent
f2dbd3ba4a
commit
3235f18b22
@ -67,7 +67,7 @@
|
|||||||
* not provide an argument that could be used as pointer to the ESP-ETH
|
* not provide an argument that could be used as pointer to the ESP-ETH
|
||||||
* device which triggers the interrupt.
|
* device which triggers the interrupt.
|
||||||
*/
|
*/
|
||||||
static esp_eth_netdev_t _esp_eth_dev;
|
esp_eth_netdev_t _esp_eth_dev;
|
||||||
|
|
||||||
/* device thread stack */
|
/* device thread stack */
|
||||||
static char _esp_eth_stack[ESP_ETH_STACKSIZE];
|
static char _esp_eth_stack[ESP_ETH_STACKSIZE];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user