00001 00012 #ifndef DJI_CONFIG_H 00013 #define DJI_CONFIG_H 00014 00015 #include <stdint.h> 00016 #define MEMORY_SIZE 1024 // unit is byte 00017 #define BUFFER_SIZE 1024 00018 #define ACK_SIZE 10 00019 00022 00023 //#define STATIC_MEMORY 00024 00026 00027 //#define API_MISSION_DATA 00028 //#define API_TRACE_DATA 00029 //#define API_DEBUG_DATA 00030 //#define API_BUFFER_DATA 00031 //#define API_RTK_DEBUG 00032 #define API_ERROR_DATA 00033 #define API_STATUS_DATA 00034 00036 //#define USE_ENCRYPT 00037 00039 //#define USE_SIMULATION 00040 00041 #include "DJI_Version.h" 00042 00043 #endif // DJI_CONFIG_H