- cleaned up makefiles
- polished code to avoid warnings
This commit is contained in:
@ -336,7 +336,7 @@
|
||||
{
|
||||
fSet = fVal;
|
||||
iSet = (int)(fSet*self->fMult);
|
||||
sprintf(pCommand,"T%05.5d\r\n",iSet);
|
||||
sprintf(pCommand,"T%5.5d\r\n",iSet);
|
||||
}
|
||||
|
||||
/* try three times: send, read, test, if OK return, else
|
||||
|
Reference in New Issue
Block a user