mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
Handling of gorrazopteres while compiling
This commit is contained in:
@@ -106,6 +106,7 @@ let parse_section = fun s ->
|
||||
match Xml.tag s with
|
||||
"section" ->
|
||||
let prefix = ExtXml.attrib_or_default s "prefix" "" in
|
||||
define ("SECTION_"^ExtXml.attrib s "name") "1";
|
||||
List.iter (parse_element prefix) (Xml.children s);
|
||||
nl ()
|
||||
| "servos" ->
|
||||
|
||||
Reference in New Issue
Block a user