mirror of https://github.com/ArduPilot/ardupilot
waf: change mavgen generation to blue
Like other generators in px4.
This commit is contained in:
parent
fea084a596
commit
ddbce5b130
|
@ -12,7 +12,7 @@ import os
|
|||
|
||||
class mavgen(Task.Task):
|
||||
"""generate mavlink header files"""
|
||||
color = 'GREEN'
|
||||
color = 'BLUE'
|
||||
run_str = '${PYTHON} ${MAVGEN} --lang=C --wire-protocol=1.0 --output ${OUTPUT_DIR} ${SRC}'
|
||||
before = 'cxx c'
|
||||
|
||||
|
|
Loading…
Reference in New Issue