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

cpu/esp_common: esp-wifi: drop assert(val)

This commit is contained in:
Benjamin Valentin 2023-08-01 23:06:11 +02:00
parent 576731ca97
commit 94771f95ae

View File

@ -742,7 +742,6 @@ static int _esp_wifi_get(netdev_t *netdev, netopt_t opt, void *val, size_t max_l
ESP_WIFI_DEBUG("%s %p %p %u", netopt2str(opt), netdev, val, max_len);
assert(netdev != NULL);
assert(val != NULL);
#ifndef MODULE_ESP_WIFI_AP
esp_wifi_netdev_t* dev = container_of(netdev, esp_wifi_netdev_t, netdev);