Removed debugging printout that came before a local variable declaration, which seems to have broken sdcc

This commit is contained in:
Adam Dunkels 2013-08-12 13:02:44 +02:00 committed by Simon Duquennoy
parent 2af2478166
commit 86e247025a
1 changed files with 0 additions and 1 deletions

View File

@ -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) {
PRINTF("RPL: Forward error!\n");
/* We should try to repair it by removing the neighbor that caused
the packet to be forwareded in the first place. We drop any
routes that go through the neighbor that sent the packet to