summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse-xml.c')
-rw-r--r--parse-xml.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/parse-xml.c b/parse-xml.c
index 1d88ab6b7..f5859ba74 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -853,6 +853,10 @@ static void try_to_fill_sample(struct sample *sample, const char *name, char *bu
return;
if (MATCH("po2.sample", double_to_permil, &sample->po2))
return;
+ if (MATCH("heartbeat", get_index, &sample->heartbeat))
+ return;
+ if (MATCH("bearing", get_index, &sample->bearing))
+ return;
switch (import_source) {
case DIVINGLOG: