mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[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:
committed by
Gautier Hattenberger
parent
fee509ce66
commit
2bfe560402
@@ -16,5 +16,4 @@
|
||||
name CDATA #REQUIRED
|
||||
period CDATA #REQUIRED
|
||||
phase CDATA #IMPLIED
|
||||
module CDATA #IMPLIED
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user