mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
follow added
This commit is contained in:
@@ -233,7 +233,7 @@ let rec compile_stage = fun block x ->
|
||||
| "for" ->
|
||||
List.iter (compile_stage block) (Xml.children x);
|
||||
incr stage (* To count the loop stage *)
|
||||
| "return_from_excpt" | "goto" | "deroute" | "exit_block"
|
||||
| "return_from_excpt" | "goto" | "deroute" | "exit_block" | "follow"
|
||||
| "heading" | "attitude" | "go" | "stay" | "xyz" | "set" | "circle" -> ()
|
||||
| s -> failwith (sprintf "Unknown stage: %s\n" s)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user