1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

cpu/esp32: _esp_wifi_dev exposed for lwIP

To be able to access the single esp_wifi network device from lwIP adaptation layer, static keyword was removed from esp_wifi_dev variable.
This commit is contained in:
Gunar Schorcht 2019-07-31 17:06:54 +02:00
parent e589cfbf6c
commit 4469dadb7f

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