mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-29 00:32:51 +00:00
Fixed comment for NETIF_FLAG_UP after fixing bug #37068
This commit is contained in:
parent
553c4203ab
commit
b62f443be5
@ -70,8 +70,8 @@ extern "C" {
|
||||
/** Whether the network interface is 'up'. This is
|
||||
* a software flag used to control whether this network
|
||||
* interface is enabled and processes traffic.
|
||||
* It is set by the startup code (for static IP configuration) or
|
||||
* by dhcp/autoip when an address has been assigned.
|
||||
* It must be set by the startup code before this netif can be used
|
||||
* (also for dhcp/autoip).
|
||||
*/
|
||||
#define NETIF_FLAG_UP 0x01U
|
||||
/** If set, the netif has broadcast capability.
|
||||
|
Loading…
x
Reference in New Issue
Block a user