comparison src/cs/layer1/tpu_drivers/source0/tpudrv12.c @ 233:17d79c62e638

tpudrv12.c fix from tcs211-l1-reconst: rf_index static var changed to UWORD8
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 15 Mar 2017 17:43:41 +0000
parents dce31be2b474
children 257b1c14db87
comparison
equal deleted inserted replaced
232:cbee8f31694a 233:17d79c62e638
74 extern UWORD16 *TP_Ptr; 74 extern UWORD16 *TP_Ptr;
75 #if (L1_FF_MULTIBAND == 1) 75 #if (L1_FF_MULTIBAND == 1)
76 extern const WORD8 rf_subband2band[RF_NB_SUBBANDS]; 76 extern const WORD8 rf_subband2band[RF_NB_SUBBANDS];
77 #endif 77 #endif
78 78
79 static WORD8 rf_index; // index into rf_path[] 79 static UWORD8 rf_index; /* index into rf_path[] */
80 static UWORD16 rf_chip_band; /* from tpudrv12.obj, not in tpudrv61.c */ 80 static UWORD16 rf_chip_band; /* from tpudrv12.obj, not in tpudrv61.c */
81 static UWORD8 rfband; /* ditto */ 81 static UWORD8 rfband; /* ditto */
82 82
83 // Internal function prototypes 83 // Internal function prototypes
84 void l1dmacro_rx_down (WORD32 t); 84 void l1dmacro_rx_down (WORD32 t);