Changed default for motorConnected and updated manual
This commit is contained in:
@@ -429,8 +429,6 @@ asynStatus masterMacsController::parseResponse(
|
||||
getAxisParamChecked(axis, motorConnected, &prevConnected);
|
||||
}
|
||||
|
||||
// We don't use strlen here since the C string terminator 0x00
|
||||
// occurs in the middle of the char array.
|
||||
for (uint32_t i = 0; i < MAXBUF_; i++) {
|
||||
if (fullResponse[i] == '\x19') {
|
||||
responseStart = i;
|
||||
|
||||
Reference in New Issue
Block a user