Merge pull request #12215 from gschorcht/cpu/esp32/esp_wifi/lwip_fix
cpu/esp32: fix of a linking problem with _esp_wifi_dev and lwIP
This commit is contained in:
commit
03c467af75
@ -73,7 +73,7 @@
|
||||
* not provide an argument that could be used as pointer to the ESP WiFi
|
||||
* device which triggers the interrupt.
|
||||
*/
|
||||
static esp_wifi_netdev_t _esp_wifi_dev;
|
||||
esp_wifi_netdev_t _esp_wifi_dev;
|
||||
static const netdev_driver_t _esp_wifi_driver;
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user