mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 23:40:21 +08:00
Fix a typo from an earlier commit
This commit is contained in:
committed by
Gregory Nutt
parent
7a168a791f
commit
a268e0aeb9
+1
-1
Submodule configs updated: e1e1873700...0198c46e0b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user