mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user