mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #1761 from authmillenon/netdev-fix
tests: fix netdev test
This commit is contained in:
commit
d1118c0647
@ -630,10 +630,6 @@ static int check_protocol(void)
|
||||
puts("Got protocol: IEEE 802.15.4");
|
||||
return 1;
|
||||
|
||||
case NETDEV_PROTO_RADIO_802154:
|
||||
puts("Got protocol: radio-encapsulated IEEE 802.15.4");
|
||||
return 1;
|
||||
|
||||
case NETDEV_PROTO_6LOWPAN:
|
||||
puts("Got protocol: 6LoWPAN");
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user