mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
autotest: added xplane as vehicle type
This commit is contained in:
parent
4f99c17aae
commit
d9d53c82d0
@ -354,6 +354,10 @@ case $FRAME in
|
||||
MODEL="$FRAME"
|
||||
SITLRCIN=0
|
||||
;;
|
||||
xplane*)
|
||||
MODEL="$FRAME"
|
||||
SITLRCIN=0
|
||||
;;
|
||||
*-heli)
|
||||
BUILD_TARGET="sitl-heli"
|
||||
MODEL="$FRAME"
|
||||
|
Loading…
Reference in New Issue
Block a user