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
commit 78710ab2f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;