mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[messages] remove description node again for now
seems server/GCS (OCaml lib) can't handle it, as they fail with
Fatal error: exception ExtXml.Error("Error: Attribute 'type' expected in <<>>")
This commit is contained in:
@@ -9,12 +9,10 @@
|
||||
</message>
|
||||
|
||||
<message name="ALIVE" id="2">
|
||||
<description>alive/heartbeat message containing the MD5sum of the aircraft configuration</description>
|
||||
<field name="md5sum" type="uint8[]"/>
|
||||
</message>
|
||||
|
||||
<message name="PONG" id="3">
|
||||
<description>Answer to PING datalink message, to measure latencies</description>
|
||||
</message>
|
||||
|
||||
<message name="TAKEOFF" id="4">
|
||||
|
||||
Reference in New Issue
Block a user