sdlog2 messages packing fixed, sdlog2_dump.py now produces much more compressed output.

This commit is contained in:
Anton Babushkin
2013-05-30 21:27:55 +04:00
parent d6ae0461ab
commit 9952fef645
2 changed files with 38 additions and 15 deletions
+2
View File
@@ -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 */