Skip to content

Commit

Permalink
Merge pull request #1761 from authmillenon/netdev-fix
Browse files Browse the repository at this point in the history
tests: fix netdev test
  • Loading branch information
miri64 committed Oct 2, 2014
2 parents 0d33a00 + 0afc3ac commit d1118c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/netdev/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1118c0

Please sign in to comment.