mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-02 23:23:05 +00:00
Correct a buffer size error in the STM32 ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ba73620d39
commit
750f8fa70c
1 changed files with 1 additions and 1 deletions
|
|
@ -1982,7 +1982,7 @@ static int ftpd_stream(FAR struct ftpd_session_s *session, int cmdtype)
|
|||
if (wrbytes < 0)
|
||||
{
|
||||
errval = errno;
|
||||
ndbg("ftpd_send failed: %d\n", errval);
|
||||
ndbg("write() failed: %d\n", errval);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue