FreeCalypso > hg > tcs211-l1-reconst
changeset 106:c768c181ece8
l1_func.c: l1s_swap_iq_dl() and l1s_swap_iq_ul() reconstructed
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 08 Apr 2016 03:45:52 +0000 |
parents | 46b4a7ae4d58 |
children | bfee762b21f3 |
files | chipsetsw/layer1/cfile/l1_func.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_func.c Fri Apr 08 03:32:38 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_func.c Fri Apr 08 03:45:52 2016 +0000 @@ -1321,7 +1321,7 @@ UWORD32 l1s_swap_iq_dl(UWORD16 radio_freq, UWORD8 task) { UWORD8 swap_iq; - UWORD32 task_tab= 0; //omaps00090550 + UWORD32 task_tab; #if (L1_FF_MULTIBAND == 0) if(((l1_config.std.id == DUAL) || (l1_config.std.id == DUALEXT) || (l1_config.std.id == DUAL_US)) && @@ -1367,7 +1367,7 @@ UWORD32 l1s_swap_iq_ul(UWORD16 radio_freq, UWORD8 task) { UWORD8 swap_iq; - UWORD32 task_tab = 0; //omaps00090550 + UWORD32 task_tab; #if (L1_FF_MULTIBAND == 0)