new DataLog message

This commit is contained in:
Jason Short 2011-11-19 16:57:25 -08:00
parent 56179a24e1
commit 90bc03ef99
1 changed files with 1 additions and 0 deletions

View File

@ -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