Removed debugging printout that came before a local variable declaration, which seems to have broken sdcc
This commit is contained in:
parent
2af2478166
commit
86e247025a
@ -83,7 +83,6 @@ rpl_verify_header(int uip_ext_opt_offset)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(UIP_EXT_HDR_OPT_RPL_BUF->flags & RPL_HDR_OPT_FWD_ERR) {
|
if(UIP_EXT_HDR_OPT_RPL_BUF->flags & RPL_HDR_OPT_FWD_ERR) {
|
||||||
PRINTF("RPL: Forward error!\n");
|
|
||||||
/* We should try to repair it by removing the neighbor that caused
|
/* We should try to repair it by removing the neighbor that caused
|
||||||
the packet to be forwareded in the first place. We drop any
|
the packet to be forwareded in the first place. We drop any
|
||||||
routes that go through the neighbor that sent the packet to
|
routes that go through the neighbor that sent the packet to
|
||||||
|
Loading…
Reference in New Issue
Block a user