Integrate use of new wireless debug macros. Replace ad hoc debug macros. Convert obsolete dbg() macros to current info(), warn(), err() macros.

This commit is contained in:
Gregory Nutt
2017-03-15 14:37:17 -06:00
parent 15b2046748
commit f985b52587
3 changed files with 39 additions and 37 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ static ssize_t ieee802154dev_write(FAR struct file *filep,
if (sem_timedwait(&dev->child->txsem, &timeout))
{
_err("Radio Device timedout on Tx\n");
wlerr("Radio Device timedout on Tx\n");
}
done: