mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +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))
|
||||
{
|
||||
dbg("Radio Device timedout on Tx\n");
|
||||
_err("Radio Device timedout on Tx\n");
|
||||
}
|
||||
|
||||
done:
|
||||
|
||||
Reference in New Issue
Block a user