Browse Source

Copter: reduced copter frame build

mission-4.1.18
Andrew Tridgell 8 years ago
parent
commit
556cda13e1
  1. 3
      ArduCopter/wscript

3
ArduCopter/wscript

@ -36,8 +36,7 @@ def build(bld): @@ -36,8 +36,7 @@ def build(bld):
)
frames = (
'quad', 'tri', 'hexa', 'y6', 'octa', 'octa-quad', 'heli', 'single',
'coax',
'quad', 'heli',
)
for frame in frames:
frame_config = frame.upper().replace('-', '_') + '_FRAME'

Loading…
Cancel
Save