1
0
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:
Martine Lenders 2020-03-05 15:49:01 +01:00 committed by GitHub
commit 73e41f6f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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