[PATCH 4/4] ostctools: Add support for profile version 0x24

Anton Lundin glance at acc.umu.se
Thu Dec 29 07:08:50 PST 2016


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 core/ostctools.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/ostctools.c b/core/ostctools.c
index c3fb66c..7eaa50a 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:
-- 
2.9.3



More information about the subsurface mailing list