mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Pack metadata structure
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@266 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
1ed841946c
commit
db01fe9e6b
@ -52,7 +52,7 @@ typedef struct {
|
||||
int32_t gcsTelemetryUpdatePeriod; /** Update period used by the GCS (only if telemetry mode is PERIODIC) */
|
||||
UAVObjUpdateMode loggingUpdateMode; /** Update mode used by the logging module */
|
||||
int32_t loggingUpdatePeriod; /** Update period used by the logging module (only if logging mode is PERIODIC) */
|
||||
} UAVObjMetadata;
|
||||
} __attribute__((packed)) UAVObjMetadata;
|
||||
|
||||
/**
|
||||
* Event types generated by the objects.
|
||||
|
Loading…
x
Reference in New Issue
Block a user