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:
benpicco 2019-09-12 19:15:39 +02:00 committed by GitHub
commit 03c467af75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
/*