Browse Source

waf: hack to let RunCam header enablement macro pass

c415-sdk
Andy Piper 5 years ago committed by Andrew Tridgell
parent
commit
1b17955f6b
  1. 1
      Tools/ardupilotwaf/ap_library.py

1
Tools/ardupilotwaf/ap_library.py

@ -140,6 +140,7 @@ class ap_library_check_headers(Task.Task):
dispatched_headers = set() dispatched_headers = set()
whitelist = ( whitelist = (
'libraries/AP_Vehicle/AP_Vehicle_Type.h', 'libraries/AP_Vehicle/AP_Vehicle_Type.h',
'libraries/AP_Camera/AP_RunCam.h',
) )
whitelist = tuple(os.path.join(*p.split('/')) for p in whitelist) whitelist = tuple(os.path.join(*p.split('/')) for p in whitelist)

Loading…
Cancel
Save