mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: rename Pixhawk4Pro to Pixhawk6
This commit is contained in:
parent
967c6462cb
commit
283968afca
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user