- Fixed a bug in poldifold which caused a crash whne the HM data was not initialized
- The astrium chopper controller requires floats with a . and retuns them with a , . Accomodated for this quirk
This commit is contained in:
@ -93,7 +93,7 @@ static void encodeXML(Ascon *a)
|
||||
if(equal != NULL){
|
||||
*equal = '\0';
|
||||
equal++;
|
||||
ptToKomma(equal);
|
||||
/* ptToKomma(equal);*/
|
||||
mxmlElementSetAttr(param,token,equal);
|
||||
} else {
|
||||
mxmlElementSetAttr(param,token,NULL);
|
||||
|
Reference in New Issue
Block a user