mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
Rename err() to _err()
This commit is contained in:
@@ -183,7 +183,7 @@ static ssize_t nsh_consolewrite(FAR struct nsh_vtbl_s *vtbl,
|
||||
ret = fwrite(buffer, 1, nbytes, pstate->cn_outstream);
|
||||
if (ret < 0)
|
||||
{
|
||||
err("ERROR: [%d] Failed to send buffer: %d\n",
|
||||
_err("ERROR: [%d] Failed to send buffer: %d\n",
|
||||
pstate->cn_outfd, errno);
|
||||
}
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user