This commit is contained in:
Antoine Drouin
2010-06-17 11:09:48 +00:00
parent 4e24f09833
commit 37cdf320bc
+4
View File
@@ -10,6 +10,10 @@ struct AutopilotMessageFoo {
uint8_t blaa;
};
union AutopilotMessageFoo1 {
struct AutopilotMessageFoo up;
struct AutopilotMessageFoo down;
};
struct AutopilotMessageBethUp {
struct Int16Vect3 gyro;