mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
net/sixlowpan: Fix typo uint16->uint16_t. Also picks up some cosmetic USB host changes.
This commit is contained in:
@@ -269,7 +269,7 @@ static int sixlowpan_tcp_header(FAR struct tcp_conn_s *conn,
|
||||
{
|
||||
/* Update the TCP received window based on I/O buffer availability */
|
||||
|
||||
uint16 recvwndo = tcp_get_recvwindow(dev);
|
||||
uint16_t recvwndo = tcp_get_recvwindow(dev);
|
||||
|
||||
/* Set the TCP Window */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user