mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
sdlog2: fix duplicate message ID
This commit is contained in:
committed by
Lorenz Meier
parent
5abd11c6b9
commit
562bfd1be3
@@ -430,7 +430,7 @@ struct log_EST5_s {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* --- EST6 - ESTIMATOR INNOVATIONS --- */
|
/* --- EST6 - ESTIMATOR INNOVATIONS --- */
|
||||||
#define LOG_EST6_MSG 51
|
#define LOG_EST6_MSG 53
|
||||||
struct log_EST6_s {
|
struct log_EST6_s {
|
||||||
float s[4];
|
float s[4];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user