ostctools: Add support for profile version 0x24

Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
Anton Lundin 2016-12-29 16:05:05 +01:00 committed by Subsurface
parent 983561b353
commit 48b2b3d0b3

View file

@ -85,6 +85,7 @@ void ostctools_import(const char *file, struct dive_table *divetable)
dc_fam = DC_FAMILY_HW_FROG;
break;
case 0x23:
case 0x24:
dc_fam = DC_FAMILY_HW_OSTC3;
break;
default: