net/sixlowpan: Fix typo uint16->uint16_t. Also picks up some cosmetic USB host changes.

This commit is contained in:
Gregory Nutt
2018-07-01 10:05:15 -06:00
parent 824f1dd3fe
commit 3e9ba72441
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -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 */