This commit is contained in:
刘可亮
2025-10-21 13:59:50 +08:00
parent 33c375efac
commit 3e10f578d3
7070 changed files with 998841 additions and 1402535 deletions

View File

@@ -80,6 +80,6 @@ if GetDepend(['RT_LWIP_USING_PING']):
src += Glob('src/apps/ping/ping.c')
mycflags = ' -w'
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP', 'RT_USING_LWIP141'], CPPPATH = path, CFLAGS = mycflags)
group = DefineGroup('lwIP', src, depend = ['RT_USING_LWIP', 'RT_USING_LWIP141'], CPPPATH = path, LOCAL_CFLAGS = mycflags)
Return('group')