1
0
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:
Martine Lenders 2014-10-02 17:06:35 +02:00
commit d1118c0647

View File

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