mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
dac90e3fde
commit
3c9897d247
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue