mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -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"
|
MODEL="$FRAME"
|
||||||
SITLRCIN=0
|
SITLRCIN=0
|
||||||
;;
|
;;
|
||||||
|
xplane*)
|
||||||
|
MODEL="$FRAME"
|
||||||
|
SITLRCIN=0
|
||||||
|
;;
|
||||||
*-heli)
|
*-heli)
|
||||||
BUILD_TARGET="sitl-heli"
|
BUILD_TARGET="sitl-heli"
|
||||||
MODEL="$FRAME"
|
MODEL="$FRAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user