- various enhancements in drivers

This commit is contained in:
zolliker
2009-02-19 13:28:52 +00:00
parent a0e7c9782b
commit f6e5826e19
6 changed files with 193 additions and 47 deletions

View File

@ -311,8 +311,8 @@ void IghStatus(Igh * drv)
} else {
drv->v[i] = 0;
}
p = p * 2;
}
p *= 2;
}
drv->a = ans[3] - '0';
drv->s = ans[16] - '0';