mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
Bring closer to NuttX coding standard.
This commit is contained in:
parent
7a814ce1dc
commit
fc6405d519
2 changed files with 597 additions and 474 deletions
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…
Add table
Add a link
Reference in a new issue