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:
parent
577b694087
commit
76170009b4
@ -30,7 +30,7 @@
|
||||
#include "array.h"
|
||||
#include "field-cache.h"
|
||||
|
||||
#define MAXFIELDS 128
|
||||
#define MAXFIELDS 160
|
||||
|
||||
struct msg_desc;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user