mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Bring closer to NuttX coding standard.
This commit is contained in:
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))
|
if (sem_timedwait(&dev->child->txsem, &timeout))
|
||||||
{
|
{
|
||||||
dbg("Radio Device timedout on Tx\n");
|
_err("Radio Device timedout on Tx\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|||||||
Reference in New Issue
Block a user