Heya. I'm using the C FitSDK.
I have a custom message which includes a floating point number FIT_FLOAT32. The FIT message definition correctly allots the size, however, the message size definition (the #define) is wrong. It appears to think the FIT_FLOAT32 contributes only 2 bytes to the total message size. This also affects the corresponding file size #define. I will manually fix the definitions for now, but just thought I'd give a heads up!
Greg