mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
test
This commit is contained in:
@@ -10,6 +10,10 @@ struct AutopilotMessageFoo {
|
||||
uint8_t blaa;
|
||||
};
|
||||
|
||||
union AutopilotMessageFoo1 {
|
||||
struct AutopilotMessageFoo up;
|
||||
struct AutopilotMessageFoo down;
|
||||
};
|
||||
|
||||
struct AutopilotMessageBethUp {
|
||||
struct Int16Vect3 gyro;
|
||||
|
||||
Reference in New Issue
Block a user