mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Mostly cosmetic changes
This commit is contained in:
@@ -427,6 +427,7 @@ static ssize_t uart_write(FAR struct file *filep, FAR const char *buffer,
|
||||
ret = uart_putxmitchar(dev, '\r', oktoblock);
|
||||
if (ret < 0)
|
||||
{
|
||||
nwritten = ret;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user