When I manipulated the code by force and set the Freefall state and GroundContact state TRUE,
the app sent wrong Event ID for each of this event message.
The event IDs are switched for these two event messages in function, DetectAndSendStateChangeEvent().
"LD_GROUNDCONTACT_DETECTED_EID" and "LD_FREEFALL_DETECTED_EID"
- Test case: Test_LD_Execute_AutoFreefall(), Test_LD_Execute_AutoGroundContact()

