Skip to content

Commit

Permalink
[FINALLY REMOVE ME] fixed error resulted from the removed routing tab…
Browse files Browse the repository at this point in the history
…le, this will be fixed with #2782 merged
  • Loading branch information
BytesGalore authored and BytesGalore committed Apr 10, 2015
1 parent bbb5a14 commit b555f60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sys/shell/commands/sc_rpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ int _rpl_route_handler(int argc, char **argv)
{
(void) argc;
(void) argv;

(void) addr_str;
puts("DEPRECATED please use fibroute");
/*
rpl_routing_entry_t *rtable;
rtable = rpl_get_routing_table();
if (rtable) {
Expand Down Expand Up @@ -57,6 +59,6 @@ int _rpl_route_handler(int argc, char **argv)
puts("No routing table available");
}
puts("$");

*/
return 0;
}

0 comments on commit b555f60

Please sign in to comment.