From 3c9897d24768ae54cc669459447bf554b3d55e01 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sun, 9 Sep 2018 21:37:39 +0300 Subject: [PATCH] DLF import: document deco event These are Deco N2 Low/High and Deco He Low/High events. They all appear to be recorded at the same time, different events at same second. Signed-off-by: Miika Turkia --- core/parse-xml.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/parse-xml.c b/core/parse-xml.c index 6d4135d26..5e2dcaf56 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -2013,6 +2013,9 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size, struct dive_table *tabl break; } break; + case 8: + /* Deco event */ + break; default: /* Unknown... */ break;