mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
9e0cf7f7d9
- enum is available since python3.4 or as backport (enum34 package) - otherwise just use normal member vars as fallback - cleanup some formatting/naming according to pep8 - SerialMessagesInterface should not depend on the messages_xml_map, as a workaround for now, only call parse_messages in main