cpu/esp*: shorter netdev task names
This commit is contained in:
parent
1492f00690
commit
f34a1a3eef
@ -462,6 +462,7 @@ void auto_init_esp_wifi (void)
|
||||
_esp_wifi_dev.netif = gnrc_netif_ethernet_create(_esp_wifi_stack,
|
||||
ESP_WIFI_STACKSIZE, ESP_WIFI_PRIO,
|
||||
"netdev-esp-wifi",
|
||||
"esp-wifi",
|
||||
(netdev_t *)&_esp_wifi_dev);
|
||||
}
|
||||
|
||||
|
||||
@ -216,7 +216,7 @@ void auto_init_esp_now(void)
|
||||
} else {
|
||||
gnrc_netif_esp_now_create(_esp_now_stack, sizeof(_esp_now_stack),
|
||||
ESP_NOW_PRIO,
|
||||
"net-esp-now",
|
||||
"esp-now",
|
||||
&esp_now_dev->netdev);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user