ieee802154_cc2520: Correct debug output

Change-Id: I52979eb6661aac62eea875f088972d472f46ef81
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-09-09 16:31:27 +03:00 committed by Jukka Rissanen
commit d6155e0cf9

View file

@ -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;
}