FreeCalypso > hg > tcs211-l1-reconst
changeset 41:9d4ff52edc36
l1_cmplx.c: l1ddsp_read_iq_dump() calls removed to pass link
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 28 Oct 2015 16:04:40 +0000 |
parents | d38c6c5bd9da |
children | af3fc4e0ea8d |
files | chipsetsw/layer1/cfile/l1_cmplx.c |
diffstat | 1 files changed, 14 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_cmplx.c Wed Oct 28 05:58:08 2015 +0000 +++ b/chipsetsw/layer1/cfile/l1_cmplx.c Wed Oct 28 16:04:40 2015 +0000 @@ -6902,7 +6902,9 @@ snr = l1s_dsp_com.dsp_db_r_ptr->a_serv_demod[D_SNR] & 0xffff; data = &(l1s_dsp_com.dsp_db_r_ptr->a_sch[3]); // Set data block pointer (skip header). - l1ddsp_read_iq_dump(task); + #if (L1_DEBUG_IQ_DUMP == 1) + l1ddsp_read_iq_dump(task); + #endif l1_check_pm_error(pm, task); pm = pm >> 5; @@ -7672,7 +7674,10 @@ #endif /* #if (FF_L1_FAST_DECODING == 1) */ } - l1ddsp_read_iq_dump(task); + #if (L1_DEBUG_IQ_DUMP == 1) + l1ddsp_read_iq_dump(task); + #endif + // Flag the use of the MCU/DSP dual page read interface. // ****************************************************** @@ -7867,7 +7872,9 @@ // End of task -> task must become INACTIVE. l1s.task_status[task].current_status = INACTIVE; - l1ddsp_read_iq_dump(task); + #if (L1_DEBUG_IQ_DUMP == 1) + l1ddsp_read_iq_dump(task); + #endif // Flag the use of the MCU/DSP dual page read interface. // ****************************************************** @@ -9834,7 +9841,10 @@ break; } // End switch... - l1ddsp_read_iq_dump(task); + #if (L1_DEBUG_IQ_DUMP == 1) + l1ddsp_read_iq_dump(task); + #endif + // Flag the use of the MCU/DSP dual page read interface. // ******************************************************