[generators][telemetry] remove module attribute (#1678)

The module attribute for a message was used to only include that message in the generated periodic telemetry if that module was loaded.
This is not needed anymore with the register_periodic_telemetry() funtions as unregistered messages are simply not sent.

see #1674
This commit is contained in:
Felix Ruess
2016-05-22 00:30:57 +02:00
committed by Gautier Hattenberger
parent fee509ce66
commit 2bfe560402
3 changed files with 14 additions and 21 deletions
-1
View File
@@ -16,5 +16,4 @@
name CDATA #REQUIRED
period CDATA #REQUIRED
phase CDATA #IMPLIED
module CDATA #IMPLIED
>