Skip to content

Commit

Permalink
[modules] header node in module xml is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 17, 2016
1 parent cd5f719 commit 19a0ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/module.dtd
@@ -1,6 +1,6 @@
<!-- Paparazzi Modules DTD -->

<!ELEMENT module (doc,settings_file*,settings*,depends?,conflicts?,autoload*,header,init*,periodic*,event*,datalink*,makefile*)>
<!ELEMENT module (doc,settings_file*,settings*,depends?,conflicts?,autoload*,header?,init*,periodic*,event*,datalink*,makefile*)>
<!ELEMENT doc (description,(define|configure|section)*)>
<!ELEMENT settings_file (file*)>
<!ELEMENT settings (dl_settings?)>
Expand Down

0 comments on commit 19a0ad3

Please sign in to comment.