mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: no need to build tri separately
This commit is contained in:
parent
556cda13e1
commit
2a1408becf
@ -296,7 +296,7 @@ build_arducopter() {
|
||||
# work out what frames to build by looking for FRAME_CLASS parameter
|
||||
checkout ArduCopter $tag "" ""
|
||||
if grep -q FRAME_CLASS ArduCopter/Parameters.cpp; then
|
||||
frames="quad tri heli"
|
||||
frames="quad heli"
|
||||
else
|
||||
frames="quad tri hexa y6 octa octa-quad heli"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user