Garmin: Add Support for Parsing of Garmin Descent Mk3 FIT files.

Add support for FIT files generated by the Garmin Descent Mk3.
This just fixes a field number limitation, it has not yet been
verified that the Mk3 file format is properly interpreted by Subsurface.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-01-22 12:47:34 +13:00 committed by Michael Keller
parent 577b694087
commit 76170009b4

View File

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