# HG changeset patch # User Mychaela Falconia # Date 1509383825 0 # Node ID e26398735e36aacb44546c0205d6962fa2814bdf # Parent 9ad22d2dba2a4bbf653fcee43b8e4eaff526996a l1p_driv.c: changing the order of auto declarations produced perfect match diff -r 9ad22d2dba2a -r e26398735e36 chipsetsw/layer1/p_cfile/l1p_driv.c --- a/chipsetsw/layer1/p_cfile/l1p_driv.c Mon Oct 30 05:42:09 2017 +0000 +++ b/chipsetsw/layer1/p_cfile/l1p_driv.c Mon Oct 30 17:17:05 2017 +0000 @@ -1236,7 +1236,6 @@ UWORD8 txpwr_ramp_down; UWORD8 cpt_TX = 0; UWORD8 ts_mask; - WORD16 ts_conv; #if (REL99 && FF_PRF) UWORD8 number_uplink_timeslot = 0 ; // number of uplink timeslot for power reduction feature @@ -1246,6 +1245,7 @@ #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3) || (RF_FAM == 61)) UWORD16 pwr_data; UWORD16 d_ramp_idx; + WORD16 ts_conv; #endif //Locosto #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3))