mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
2bfe560402
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