mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-07-01 02:13:41 +08:00
Fixed #ifdef LWIP_DHCP to #if LWIP_DHCP.
This commit is contained in:
@@ -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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user