FreeCalypso > hg > tcs211-l1-reconst
changeset 318:08caa229dfa2
l1p_driv.c: passes compilation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 04 Oct 2017 04:39:53 +0000 |
parents | 3a2c43579200 |
children | 1ea4a6156f12 |
files | chipsetsw/layer1/p_cfile/l1p_driv.c |
diffstat | 1 files changed, 9 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_driv.c Wed Oct 04 04:36:06 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_driv.c Wed Oct 04 04:39:53 2017 +0000 @@ -343,11 +343,11 @@ /*-------------------------------------------------------*/ void l1pdtpu_serv_rx_nb(UWORD16 radio_freq, WORD8 agc, UWORD8 lna_off, UWORD8 rx_id, UWORD32 offset_serv, UWORD8 num_rx, - UWORD8 rx_group_id, BOOL rx_done_flag,UWORD8 adc_active, - UWORD8 csf_filter_choice - #if (RF_FAM == 61) - ,UWORD8 if_ctl - #endif + UWORD8 rx_group_id, BOOL rx_done_flag,UWORD8 adc_active + #if (RF_FAM == 61) + ,UWORD8 csf_filter_choice + ,UWORD8 if_ctl + #endif #if (NEW_SNR_THRESHOLD == 1) ,UWORD8 saic_flag #endif /* NEW_SNR_THRESHOLD*/ @@ -404,7 +404,10 @@ l1dmacro_offset(offset, IMM); // Change offset to align on RX. } - l1pdmacro_rx_up (radio_freq,adc_active, csf_filter_choice + l1pdmacro_rx_up (radio_freq, adc_active + #if (RF_FAM == 61) + ,csf_filter_choice + #endif #if (NEW_SNR_THRESHOLD == 1) ,saic_flag #endif /* NEW_SNR_THRESHOLD*/