mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 12:45:35 +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/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
|
||||
* unique for each DHCP request. */
|
||||
|
Loading…
Reference in New Issue
Block a user