mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
net/tcp/tcp_send_buffered.c: Fix a warning reported in build testing.
This commit is contained in:
@@ -1177,7 +1177,7 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,
|
||||
}
|
||||
else
|
||||
{
|
||||
int count;
|
||||
unsigned int count;
|
||||
int blresult;
|
||||
|
||||
/* iob_copyin might wait for buffers to be freed, but if network is
|
||||
|
||||
Reference in New Issue
Block a user