Remove udhcp (DHCP server support) as it's a GPL violation :(
This commit is contained in:
parent
8e174aa518
commit
dc4ca6861f
6 changed files with 5 additions and 623 deletions
FreeRTOS/Source/portable/esp8266
|
@ -4,6 +4,10 @@
|
|||
#include <string.h>
|
||||
#include "FreeRTOS.h"
|
||||
|
||||
/* SDK uses this and so does lwip, it was defined in libudhcp.a
|
||||
but that library has been removed. */
|
||||
int errno;
|
||||
|
||||
/* libc memory management functions.
|
||||
|
||||
Many of these are linked from the RTOS SDK blob libraries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue