tests: fix netdev test

This commit is contained in:
Martine Lenders 2014-10-02 13:14:31 +02:00
parent 0d33a00d36
commit 0afc3ac6f1

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;