移植与电子模块通信相关代码
This commit is contained in:
@@ -22,7 +22,7 @@ typedef struct
|
||||
|
||||
|
||||
|
||||
#define SRAM_USER_SIZE (18*1024)
|
||||
#define SRAM_USER_SIZE (9*1024)
|
||||
#define MEM_BLOCK_SIZE (32)
|
||||
#define MEM_MAX_SIZE (((SRAM_USER_SIZE))*MEM_BLOCK_SIZE/(MEM_BLOCK_SIZE+2))
|
||||
#define MEM_ALLOC_TABLE_SIZE ((MEM_MAX_SIZE/MEM_BLOCK_SIZE)&(~3))
|
||||
|
Reference in New Issue
Block a user