Skip to content
Snippets Groups Projects
Commit fa44132c authored by Martine Lenders's avatar Martine Lenders
Browse files

Merge pull request #5403 from OlegHahm/at86rf2xx_minor_debug_fix

at86rf2xx_netdev: debug output is wrong
parents 4a13324a e110d412
No related branches found
No related tags found
No related merge requests found
......@@ -626,10 +626,10 @@ static void _isr(netdev2_t *netdev)
assert(dev->pending_tx != 0);
if ((--dev->pending_tx) == 0) {
at86rf2xx_set_state(dev, dev->idle_state);
DEBUG("[at86rf2xx] return to state 0x%x\n", dev->idle_state);
}
DEBUG("[at86rf2xx] EVT - TX_END\n");
DEBUG("[at86rf2xx] return to state 0x%x\n", dev->idle_state);
if (netdev->event_callback && (dev->netdev.flags & AT86RF2XX_OPT_TELL_TX_END)) {
switch (trac_status) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment