Skip to content

Commit

Permalink
Merge pull request #13561 from benpicco/esp_now-6ln-fix
Browse files Browse the repository at this point in the history
sys/net/gnrc: Flag esp_now as 6LN
  • Loading branch information
miri64 authored Mar 5, 2020
2 parents 1a30b8f + 4f7d5b1 commit 73e41f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/net/gnrc/netif/gnrc_netif_device_type.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73e41f6

Please sign in to comment.