mirror of https://github.com/ArduPilot/ardupilot
waf: fixed headers check
This commit is contained in:
parent
17b4198921
commit
2e60fbc6d3
|
@ -152,6 +152,7 @@ class ap_library_check_headers(Task.Task):
|
|||
whitelist = (
|
||||
'libraries/AP_Vehicle/AP_Vehicle_Type.h',
|
||||
'libraries/AP_Camera/AP_RunCam.h',
|
||||
'libraries/AP_Common/AP_FWVersionDefine.h',
|
||||
)
|
||||
whitelist = tuple(os.path.join(*p.split('/')) for p in whitelist)
|
||||
|
||||
|
|
Loading…
Reference in New Issue