waf: change mavgen generation to blue

Like other generators in px4.
This commit is contained in:
Lucas De Marchi 2016-05-05 19:43:54 -03:00
parent fea084a596
commit ddbce5b130
1 changed files with 1 additions and 1 deletions

View File

@ -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'