FreeCalypso > hg > fc-magnetite
changeset 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 | cbee8f31694a |
children | b870b6a44d31 |
files | src/cs/layer1/tpu_drivers/source0/tpudrv12.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/layer1/tpu_drivers/source0/tpudrv12.c Sun Mar 12 20:58:28 2017 +0000 +++ b/src/cs/layer1/tpu_drivers/source0/tpudrv12.c Wed Mar 15 17:43:41 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 */