autotest: added OBC frame type

This commit is contained in:
Andrew Tridgell 2014-04-11 16:35:12 +10:00
parent ad18019fb1
commit 4c5e59c098
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@ case $FRAME in
EXTRA_PARM="param set VTAIL_OUTPUT 4;"
EXTRA_SIM="--vtail"
;;
obc)
BUILD_TARGET="sitl-obc"
;;
"")
;;
*)