Bring closer to NuttX coding standard.
This commit is contained in:
parent
7a814ce1dc
commit
fc6405d519
File diff suppressed because it is too large
Load Diff
@ -353,7 +353,7 @@ static ssize_t ieee802154dev_write(FAR struct file *filep,
|
||||
|
||||
if (sem_timedwait(&dev->child->txsem, &timeout))
|
||||
{
|
||||
dbg("Radio Device timedout on Tx\n");
|
||||
_err("Radio Device timedout on Tx\n");
|
||||
}
|
||||
|
||||
done:
|
||||
|
Loading…
Reference in New Issue
Block a user