Remove superfluous trailing white space from C files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"OK", when successful
|
||||
"ANSRFAMP: Set failed", on error
|
||||
|
||||
Current should be ramped up in steps of 0.5A but it doesn't
|
||||
Current should be ramped up in steps of 0.5A but it doesn't
|
||||
have to be ramped down.
|
||||
|
||||
Provides two commands (L)ist and (S)et
|
||||
@@ -102,7 +102,7 @@ int RFAmpWriteStart (Ascon *a)
|
||||
AsconError(a, errMsg, 0);
|
||||
return 1;
|
||||
}
|
||||
if (address < '1' || address > '9') {
|
||||
if (address < '1' || address > '9') {
|
||||
snprintf(errMsg, ERRLEN, "ANSRFAMP: Invalid address %c, it should be between 1 and 9", address);
|
||||
a->state = AsconWriteDone;
|
||||
a->noResponse = 1;
|
||||
@@ -253,12 +253,12 @@ int RFAmpReading (Ascon *a)
|
||||
GetReplyFailed = 1;
|
||||
break;
|
||||
} else {
|
||||
DynStringReplace(a->rdBuffer, "OK", 0);
|
||||
DynStringReplace(a->rdBuffer, "OK", 0);
|
||||
}
|
||||
*/
|
||||
|
||||
/* ffr Just report OK until we have a proper fix */
|
||||
DynStringReplace(a->rdBuffer, "OK", 0);
|
||||
DynStringReplace(a->rdBuffer, "OK", 0);
|
||||
|
||||
a->state = AsconReadDone;
|
||||
data->transactInProg = txNormalRead;
|
||||
|
||||
Reference in New Issue
Block a user