mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
[tool] fix create module script
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ let code_file = name^".c";;
|
||||
|
||||
let xml_header_of_name = fun n ->
|
||||
[Xml.Element ("header", [], [
|
||||
Xml.Element ("file", [("file", n)], [])
|
||||
Xml.Element ("file", [("name", n)], [])
|
||||
])];;
|
||||
|
||||
let xml_of_description = fun d ->
|
||||
|
||||
Reference in New Issue
Block a user