summaryrefslogtreecommitdiffstats
path: root/src/af903x-drv.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:56:32 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:56:32 (GMT)
commitd4d33edc348288ac00daf5fea7f1b7b291f2a3c9 (patch)
treebf1f75316eade6b15201d2502d7d16668353b9ec /src/af903x-drv.c
parent44c4451c208b7f89e130506281e463c11f3c3118 (diff)
downloadAF903x_SRC-d4d33edc348288ac00daf5fea7f1b7b291f2a3c9.zip
AF903x_SRC-d4d33edc348288ac00daf5fea7f1b7b291f2a3c9.tar.gz
AF903x_SRC-d4d33edc348288ac00daf5fea7f1b7b291f2a3c9.tar.bz2
Fixed some build issues
(lots remaining)
Diffstat (limited to 'src/af903x-drv.c')
-rw-r--r--src/af903x-drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/af903x-drv.c b/src/af903x-drv.c
index ea1d7f2..86a7802 100644
--- a/src/af903x-drv.c
+++ b/src/af903x-drv.c
@@ -549,7 +549,7 @@ static DWORD DRV_GetEEPROMConfig(
cnt = 1;
}
- for(ucSlaveDemod; ucSlaveDemod < cnt; ucSlaveDemod++)
+ for(; ucSlaveDemod < cnt; ucSlaveDemod++)
{
deb_data("ucSlaveDemod: %d \n",cnt);
dwError = DRV_GetEEPROMConfig2(pdc, ucSlaveDemod);