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 <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2018-09-09 21:37:39 +03:00 committed by Dirk Hohndel
parent dac90e3fde
commit 3c9897d247

View file

@ -2013,6 +2013,9 @@ int parse_dlf_buffer(unsigned char *buffer, size_t size, struct dive_table *tabl
break; break;
} }
break; break;
case 8:
/* Deco event */
break;
default: default:
/* Unknown... */ /* Unknown... */
break; break;