mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-26 09:35:23 +00:00
Fixed #ifdef LWIP_DHCP to #if LWIP_DHCP.
This commit is contained in:
parent
9106a1f2d5
commit
d91b54882a
@ -79,7 +79,7 @@
|
|||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
#include "lwip/dhcp.h"
|
#include "lwip/dhcp.h"
|
||||||
|
|
||||||
#ifdef LWIP_DHCP /* don't build if not configured for use in lwipopt.h */
|
#if LWIP_DHCP /* don't build if not configured for use in lwipopt.h */
|
||||||
|
|
||||||
/** global transaction identifier, must be
|
/** global transaction identifier, must be
|
||||||
* unique for each DHCP request. */
|
* unique for each DHCP request. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user