diff options
| author | 2016-12-29 16:05:05 +0100 | |
|---|---|---|
| committer | 2017-01-12 14:15:53 -0800 | |
| commit | 48b2b3d0b339dc0642c1554a6d512eb04dc521df (patch) | |
| tree | 354fd995518dd6c320e3d8a2b18e8faf015833c6 /core | |
| parent | 983561b3538b184af3e2ed576bdab2180e436804 (diff) | |
| download | subsurface-48b2b3d0b339dc0642c1554a6d512eb04dc521df.tar.gz | |
ostctools: Add support for profile version 0x24
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'core')
| -rw-r--r-- | core/ostctools.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ostctools.c b/core/ostctools.c index c3fb66c64..7eaa50a85 100644 --- a/core/ostctools.c +++ b/core/ostctools.c @@ -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: |