1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/lwip: fix include of esp_eth_netdev header

This commit is contained in:
Gunar Schorcht 2022-05-25 14:08:10 +02:00
parent 259dbc03d8
commit c55b7ecc69

View File

@ -17,7 +17,7 @@
* @author Erik Ekman <eekman@google.com>
*/
#include "esp-eth/esp_eth_netdev.h"
#include "esp_eth_netdev.h"
#include "lwip_init_devs.h"