mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
First message received by airborne wavecard
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ let parse_message = fun m ->
|
||||
fprintf out "\n";
|
||||
define (sprintf "DL_%s_ID" msg_name) (Xml.attrib m "ID");
|
||||
|
||||
let offset = ref 0 in
|
||||
let offset = ref 1 in (** 1 for the tag of the message *)
|
||||
let rec parse_field = fun f ->
|
||||
match Xml.tag f with
|
||||
"field" ->
|
||||
|
||||
Reference in New Issue
Block a user