Browse Source

sdlog2: fix duplicate message ID

sbg
Paul Riseborough 9 years ago committed by Lorenz Meier
parent
commit
562bfd1be3
  1. 2
      src/modules/sdlog2/sdlog2_messages.h

2
src/modules/sdlog2/sdlog2_messages.h

@ -430,7 +430,7 @@ struct log_EST5_s { @@ -430,7 +430,7 @@ struct log_EST5_s {
};
/* --- EST6 - ESTIMATOR INNOVATIONS --- */
#define LOG_EST6_MSG 51
#define LOG_EST6_MSG 53
struct log_EST6_s {
float s[4];
};

Loading…
Cancel
Save