Tools: rename Pixhawk4Pro to Pixhawk6

This commit is contained in:
Andrew Tridgell 2019-04-15 19:37:11 +10:00
parent 967c6462cb
commit 283968afca
2 changed files with 3 additions and 3 deletions

View File

@ -545,7 +545,7 @@ is bob we will attempt to checkout bob-AVR'''
"VRCore-v10",
"VRBrain-v54",
"TBS-Colibri-F7",
"Pixhawk4Pro",
"Pixhawk6",
"CubeOrange",
"CubeYellow",
# SITL targets

View File

@ -110,8 +110,8 @@ for t in $CI_BUILD_TARGET; do
fi
if [ "$t" == "stm32h7" ]; then
echo "Building Pixhawk4Pro"
$waf configure --board Pixhawk4Pro
echo "Building Pixhawk6"
$waf configure --board Pixhawk6
$waf clean
$waf copter
continue