mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
ostctools: Add support for profile version 0x24
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
983561b353
commit
48b2b3d0b3
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue