diff --git a/sw/airborne/fms/fms_autopilot_msg.h b/sw/airborne/fms/fms_autopilot_msg.h index e67bcb740d..3017244b26 100644 --- a/sw/airborne/fms/fms_autopilot_msg.h +++ b/sw/airborne/fms/fms_autopilot_msg.h @@ -10,6 +10,10 @@ struct AutopilotMessageFoo { uint8_t blaa; }; +union AutopilotMessageFoo1 { + struct AutopilotMessageFoo up; + struct AutopilotMessageFoo down; +}; struct AutopilotMessageBethUp { struct Int16Vect3 gyro;