mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
Merge pull request #2692 from PX4/logging_fix
logging fix: do not use same ID for two messages
This commit is contained in:
@@ -165,7 +165,7 @@ struct log_GPS_s {
|
||||
|
||||
/* --- ATTC - ATTITUDE CONTROLS (ACTUATOR_0 CONTROLS)--- */
|
||||
#define LOG_ATTC_MSG 9
|
||||
#define LOG_ATC1_MSG 40
|
||||
#define LOG_ATC1_MSG 46
|
||||
struct log_ATTC_s {
|
||||
float roll;
|
||||
float pitch;
|
||||
@@ -477,6 +477,8 @@ struct log_MACS_s {
|
||||
float yaw_rate_integ;
|
||||
};
|
||||
|
||||
/* WARNING: ID 46 is already in use for ATTC1 */
|
||||
|
||||
/********** SYSTEM MESSAGES, ID > 0x80 **********/
|
||||
|
||||
/* --- TIME - TIME STAMP --- */
|
||||
|
||||
Reference in New Issue
Block a user