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