launchsitl -a option restored (for compatibility with supervision.pl)

This commit is contained in:
Pascal Brisset
2007-07-24 08:29:58 +00:00
parent 197b5c18d5
commit 563fb3a22f
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ let supervision = fun ?file gui log ->
and run_link = fun args ->
run_and_monitor ?file gui log "link" args
and run_sitl = fun ac_name ->
let args = sprintf "%s -boot -norc" ac_name in
let args = sprintf "-a %s -boot -norc" ac_name in
run_and_monitor ?file gui log "sim" args
in