forked from Archive/PX4-Autopilot
Fixed numeration that was introduced through merge, I should add new log messages to the end
This commit is contained in:
parent
9ea6636237
commit
53eb76f4d5
|
@ -190,14 +190,14 @@ struct log_OUT0_s {
|
|||
};
|
||||
|
||||
/* --- AIRS - AIRSPEED --- */
|
||||
#define LOG_AIRS_MSG 13
|
||||
#define LOG_AIRS_MSG 14
|
||||
struct log_AIRS_s {
|
||||
float indicated_airspeed;
|
||||
float true_airspeed;
|
||||
};
|
||||
|
||||
/* --- ARSP - ATTITUDE RATE SET POINT --- */
|
||||
#define LOG_ARSP_MSG 14
|
||||
#define LOG_ARSP_MSG 15
|
||||
struct log_ARSP_s {
|
||||
float roll_rate_sp;
|
||||
float pitch_rate_sp;
|
||||
|
|
Loading…
Reference in New Issue