Merge pull request #55 from subsurface/add_garmin_descent_mk3_parsing_support

This commit is contained in:
Michael Keller
2024-01-23 11:08:37 +13:00
committed by GitHub

View File

@@ -30,7 +30,7 @@
#include "array.h" #include "array.h"
#include "field-cache.h" #include "field-cache.h"
#define MAXFIELDS 128 #define MAXFIELDS 160
struct msg_desc; struct msg_desc;