mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #13561 from benpicco/esp_now-6ln-fix
sys/net/gnrc: Flag esp_now as 6LN
This commit is contained in:
commit
73e41f6f19
@ -104,6 +104,9 @@ void gnrc_netif_init_6ln(gnrc_netif_t *netif)
|
||||
case NETDEV_TYPE_BLE:
|
||||
#ifdef MODULE_CC110X
|
||||
case NETDEV_TYPE_CC110X:
|
||||
#endif
|
||||
#ifdef MODULE_ESP_NOW
|
||||
case NETDEV_TYPE_ESP_NOW:
|
||||
#endif
|
||||
case NETDEV_TYPE_NRFMIN:
|
||||
#if GNRC_IPV6_NIB_CONF_6LN
|
||||
|
Loading…
Reference in New Issue
Block a user