Skip to content

Commit

Permalink
Tools: waf help output shows --define under build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and tridge committed Apr 3, 2024
1 parent d6488eb commit 96e17f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tools/ardupilotwaf/ardupilotwaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,16 +591,16 @@ def options(opt):
help='''Override board type check and continue loading. Same as using uploader.py --force.
''')

g.add_option('--define',
action='append',
help='Add C++ define to build.')

g = opt.ap_groups['check']

g.add_option('--check-verbose',
action='store_true',
help='Output all test programs.')

g.add_option('--define',
action='append',
help='Add C++ define to build.')

g = opt.ap_groups['clean']

g.add_option('--clean-all-sigs',
Expand Down

0 comments on commit 96e17f1

Please sign in to comment.