提交 330e68e5 编写于 作者: wuyangyong's avatar wuyangyong

[DHCPD] add new version DHCPD use lwip raw api.

上级 5fde2f0f
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
if GetDepend('RT_USING_LWIP202'):
src = ['dhcp_server_raw.c']
else:
src = ['dhcp_server.c']
CPPPATH = [cwd]
......
......@@ -31,7 +31,15 @@
#ifndef DHCPV4_SERVER_H__
#define DHCPV4_SERVER_H__
#ifdef __cplusplus
extern "C" {
#endif
void dhcpd_start(const char *netif_name);
#ifdef __cplusplus
}
#endif
#endif
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册