changeset 287:c24807d0dc36

tpudrv12.c: rf_index static var changed to UWORD8 to match TCS211 original
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 15 Mar 2017 03:04:16 +0000
parents 91edaae9d4a6
children 595cdc5ff4e5
files chipsetsw/layer1/tpu_drivers/source0/tpudrv12.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/tpu_drivers/source0/tpudrv12.c	Wed Mar 15 02:47:31 2017 +0000
+++ b/chipsetsw/layer1/tpu_drivers/source0/tpudrv12.c	Wed Mar 15 03:04:16 2017 +0000
@@ -76,7 +76,7 @@
 extern const WORD8 rf_subband2band[RF_NB_SUBBANDS];
 #endif
 
-static WORD8   rf_index;      // index into rf_path[]
+static UWORD8  rf_index;	/* index into rf_path[] */
 static UWORD16 rf_chip_band;	/* from tpudrv12.obj, not in tpudrv61.c */
 static UWORD8  rfband;		/* ditto */