Skip to content

Commit

Permalink
removing comment line for lpl for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
anroOfCode committed Jan 13, 2013
1 parent 0a3cbd9 commit 97b8662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static void cc2520_lpl_tx_done(u8 status)
}
else {
spin_unlock(&state_sl);
printk(KERN_INFO "[cc2520] - lpl retransmit.\n");
//printk(KERN_INFO "[cc2520] - lpl retransmit.\n");
lpl_bottom->tx(cur_tx_buf, cur_tx_len);
}
}
Expand Down

0 comments on commit 97b8662

Please sign in to comment.