1.新增宏控制Recv_symb打桩数据是否使用
This commit is contained in:
parent
1ec60e0b27
commit
afb5f87459
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ Debug/
|
||||
/APE4/Transform_func/**
|
||||
/APE5/Transform_func/**
|
||||
/APE6/Transform_func/**
|
||||
/APE6/TestTask/**
|
||||
/APE7/Transform_func/**
|
||||
!/APELib/MicroLib/**
|
||||
!/Lib/OspLib/**
|
||||
|
@ -64,6 +64,7 @@ void Receiver_Symb_Init()
|
||||
//LOG_ERROR_S("Receiver_Symb_cfg_dm3.dat not found!\n");
|
||||
}
|
||||
|
||||
#ifdef RECV_SYMB_DBG_DATA_TEST
|
||||
uint32_t timedata_ptr;
|
||||
int32_t timedata_len;
|
||||
ret = osp_get_cfgfile("timedatasym.dat",
|
||||
@ -89,6 +90,7 @@ void Receiver_Symb_Init()
|
||||
DMA_TAG_G2G,
|
||||
1);
|
||||
|
||||
#endif
|
||||
uint32_t ptr1,ptr2,len1,len2;
|
||||
ret = osp_get_cfgfile("channel_est_1_Quan.dat",
|
||||
(uint32_t *)&(ptr1),
|
||||
|
@ -2,7 +2,10 @@
|
||||
#define _TEST_MACRO_H_
|
||||
|
||||
/*Recv从receiver_Sync_Init.s.c打桩数据时打开此宏*/
|
||||
#define RECV_DBG_DATA_TEST
|
||||
//#define RECV_DBG_DATA_TEST
|
||||
|
||||
/*Recv从receiver_Symb_Init.s.c打桩数据时打开此宏*/
|
||||
//#define RECV_SYMB_DBG_DATA_TEST
|
||||
|
||||
/*RX数据输入直接从TX Buffer读入,数据环回开关*/
|
||||
//#define TX_RX_LOOP
|
||||
|
Loading…
x
Reference in New Issue
Block a user