Fix build when setting medium-ieee802154 but not proto-sixlowpan.

master
Dario Nieuwenhuis 2021-10-21 01:42:18 +02:00
parent 0d664c14b4
commit 9990249336
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ verbose = []
rand-custom-impl = []
"medium-ethernet" = ["socket"]
"medium-ip" = ["socket"]
"medium-ieee802154" = ["socket"]
"medium-ieee802154" = ["socket", "proto-sixlowpan"]
"phy-raw_socket" = ["std", "libc"]
"phy-tuntap_interface" = ["std", "libc", "medium-ethernet"]