mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
waf: added compat/posix lwip headers to path
this simplifies the networking code
This commit is contained in:
parent
a05acfc090
commit
c2ea29a198
@ -1144,7 +1144,8 @@ class chibios(Board):
|
||||
]
|
||||
|
||||
env.INCLUDES += [
|
||||
cfg.srcnode.find_dir('libraries/AP_GyroFFT/CMSIS_5/include').abspath()
|
||||
cfg.srcnode.find_dir('libraries/AP_GyroFFT/CMSIS_5/include').abspath(),
|
||||
cfg.srcnode.find_dir('modules/ChibiOS/ext/lwip/src/include/compat/posix').abspath()
|
||||
]
|
||||
|
||||
# whitelist of compilers which we should build with -Werror
|
||||
|
Loading…
Reference in New Issue
Block a user