Tools: no need to build tri separately

This commit is contained in:
Andrew Tridgell 2017-01-09 18:52:51 +11:00
parent 556cda13e1
commit 2a1408becf

View File

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