mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
Fix a typo from an earlier commit
This commit is contained in:
parent
7a168a791f
commit
a268e0aeb9
3 changed files with 3 additions and 3 deletions
2
configs
2
configs
|
|
@ -1 +1 @@
|
|||
Subproject commit e1e1873700ffda7aeb632e2b1234333d88ce3457
|
||||
Subproject commit 0198c46e0bd38d2a7fada9e4a1ea445218284c61
|
||||
|
|
@ -111,7 +111,7 @@ struct lo_driver_s
|
|||
static struct lo_driver_s g_loopback;
|
||||
|
||||
#ifdef CONFIG_NET_MULTIBUFFER
|
||||
static uint8_t g_iobuffer[[MAX_NET_DEV_MTU + CONFIG_NET_GUARDSIZE];
|
||||
static uint8_t g_iobuffer[MAX_NET_DEV_MTU + CONFIG_NET_GUARDSIZE];
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
*
|
||||
* Description:
|
||||
* Notify the device driver that forwards the IPv4 address that the
|
||||
* application waits for RX data.
|
||||
* application waits for RX data.
|
||||
*
|
||||
* Parameters:
|
||||
* lipaddr - The local board IPv6 address of the socket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue