diff --git a/cpu/esp32/esp-wifi/esp_wifi_netdev.c b/cpu/esp32/esp-wifi/esp_wifi_netdev.c index ca4879c618..9210c33f5d 100644 --- a/cpu/esp32/esp-wifi/esp_wifi_netdev.c +++ b/cpu/esp32/esp-wifi/esp_wifi_netdev.c @@ -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; /*