mirror of https://github.com/ArduPilot/ardupilot
new DataLog message
This commit is contained in:
parent
56179a24e1
commit
90bc03ef99
|
@ -236,6 +236,7 @@ enum gcs_severity {
|
||||||
#define LOG_STARTUP_MSG 0x0A
|
#define LOG_STARTUP_MSG 0x0A
|
||||||
#define LOG_MOTORS_MSG 0x0B
|
#define LOG_MOTORS_MSG 0x0B
|
||||||
#define LOG_OPTFLOW_MSG 0x0C
|
#define LOG_OPTFLOW_MSG 0x0C
|
||||||
|
#define LOG_DATA_MSG 0x0D
|
||||||
#define LOG_INDEX_MSG 0xF0
|
#define LOG_INDEX_MSG 0xF0
|
||||||
#define MAX_NUM_LOGS 50
|
#define MAX_NUM_LOGS 50
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue