summaryrefslogtreecommitdiffstats
path: root/src/af903x-drv.c
diff options
context:
space:
mode:
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);