mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Minor documentation fixes
This commit is contained in:
parent
a262a2f252
commit
c9ad58308a
@ -2085,7 +2085,7 @@ PREDEFINED = __DOXYGEN__=1 \
|
|||||||
SNMP_USE_NETCONN=1 \
|
SNMP_USE_NETCONN=1 \
|
||||||
SNMP_USE_RAW=1 \
|
SNMP_USE_RAW=1 \
|
||||||
MIB2_STATS=1 \
|
MIB2_STATS=1 \
|
||||||
LWIP_MDNS=1 \
|
LWIP_MDNS_RESPONDER=1 \
|
||||||
MEMP_OVERFLOW_CHECK=0 \
|
MEMP_OVERFLOW_CHECK=0 \
|
||||||
MEMP_SANITY_CHECK=1 \
|
MEMP_SANITY_CHECK=1 \
|
||||||
LWIP_ARP=1 \
|
LWIP_ARP=1 \
|
||||||
@ -2093,6 +2093,7 @@ PREDEFINED = __DOXYGEN__=1 \
|
|||||||
LWIP_NETIF_HOSTNAME=1 \
|
LWIP_NETIF_HOSTNAME=1 \
|
||||||
LWIP_NETIF_API=1 \
|
LWIP_NETIF_API=1 \
|
||||||
LWIP_NETIF_CALLBACK=1 \
|
LWIP_NETIF_CALLBACK=1 \
|
||||||
|
LWIP_NETIF_STATUS_CALLBACK=1 \
|
||||||
LWIP_NETIF_REMOVE_CALLBACK=1 \
|
LWIP_NETIF_REMOVE_CALLBACK=1 \
|
||||||
LWIP_NETIF_LINK_CALLBACK=1 \
|
LWIP_NETIF_LINK_CALLBACK=1 \
|
||||||
ENABLE_LOOPBACK=1 \
|
ENABLE_LOOPBACK=1 \
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
*
|
*
|
||||||
* define @ref LWIP_AUTOIP 1 in your lwipopts.h
|
* define @ref LWIP_AUTOIP 1 in your lwipopts.h
|
||||||
* Options:
|
* Options:
|
||||||
* @ref AUTOIP_TMR_INTERVAL msecs,
|
* AUTOIP_TMR_INTERVAL msecs,
|
||||||
* I recommend a value of 100. The value must divide 1000 with a remainder almost 0.
|
* I recommend a value of 100. The value must divide 1000 with a remainder almost 0.
|
||||||
* Possible values are 1000, 500, 333, 250, 200, 166, 142, 125, 111, 100 ....
|
* Possible values are 1000, 500, 333, 250, 200, 166, 142, 125, 111, 100 ....
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user