1.将APE_CFG_FILE_NAME_LEN由64恢复为32(之前误改) 2.删除重复定义的g_rru_msg_data 3.读物理层控制字信息改为使用do_read_volatile方式
This commit is contained in:
parent
48ffee72b7
commit
00d662b168
@ -3,7 +3,7 @@
|
||||
|
||||
#include "osp_type_def.h"
|
||||
|
||||
#define APE_CFG_FILE_NAME_LEN (64)
|
||||
#define APE_CFG_FILE_NAME_LEN (32) //(64) /* 为节省内存开销,文件名长度由64->32字节 */
|
||||
#define APE_CFG_FILE_NUM (64)
|
||||
|
||||
#define OSP_CFG_FLAG_START (0xB0B0B0B0) /* 默认Flag,表示等待读配置文件 */
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user