forked from Archive/PX4-Autopilot
sdlog2: Fix typo
This commit is contained in:
parent
80b5abeb0d
commit
e284691b07
|
@ -453,6 +453,7 @@ struct log_VTOL_s {
|
|||
#define LOG_TSYN_MSG 43
|
||||
struct log_TSYN_s {
|
||||
uint64_t time_offset;
|
||||
};
|
||||
|
||||
/* --- MACS - MULTIROTOR ATTITUDE CONTROLLER STATUS */
|
||||
#define LOG_MACS_MSG 42
|
||||
|
|
Loading…
Reference in New Issue