ieee802154_cc2520: Correct debug output
Change-Id: I52979eb6661aac62eea875f088972d472f46ef81 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
b85b27eab2
commit
d6155e0cf9
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ static void cc2520_rx(int arg, int unused2)
|
|||
}
|
||||
|
||||
if (ieee802154_radio_handle_ack(cc2520->iface, buf) == NET_OK) {
|
||||
SYS_LOG_DBG("ACK packet handled");
|
||||
SYS_LOG_DBG("ACK packet handled\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue