Refine dhcpserver_get_leases().

Add LWIP_RAW support.
This commit is contained in:
BruceHsu 2017-10-04 22:18:21 +08:00
parent cbdacf5ca1
commit c1124f9f7c
3 changed files with 10 additions and 7 deletions

3
lwip/include/lwipopts.h Normal file → Executable file
View file

@ -221,6 +221,9 @@
---------- RAW options ----------
---------------------------------
*/
#ifndef LWIP_RAW
#define LWIP_RAW 1
#endif
/*
----------------------------------