mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 09:37:35 +08:00
sdlog2 messages packing fixed, sdlog2_dump.py now produces much more compressed output.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
|
||||
/* define message formats */
|
||||
|
||||
#pragma pack(push, 1)
|
||||
/* --- TIME - TIME STAMP --- */
|
||||
#define LOG_TIME_MSG 1
|
||||
struct log_TIME_s {
|
||||
@@ -131,6 +132,7 @@ struct log_GPS_s {
|
||||
float cog;
|
||||
uint8_t vel_valid;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
/* construct list of all message formats */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user