40 #define PRO_PURE_DATA_MAX_SIZE 1007 // 2^10 - header size 47 void freeMemory(MMU_Tab* mmu_tab);
48 MMU_Tab* allocMemory(uint16_t size);
51 static const int MMU_TABLE_NUM = 32;
52 static const int MEMORY_SIZE = 1024;
55 MMU_Tab memoryTable[MMU_TABLE_NUM];
56 uint8_t memory[MEMORY_SIZE];
61 #endif // DJI_MEMORY_H Data type and Data Structure definitions for use throughout DJI OSDK.
handle array of characters
Definition: commondatarangehandler.h:14