Compare commits
3 Commits
fix_hw_err
...
01a04d3b24
| Author | SHA1 | Date | |
|---|---|---|---|
| 01a04d3b24 | |||
| 76cc48a49c | |||
| a9f623ba1d |
Submodule sinqMotor updated: 4e30331c92...e234d05815
@@ -218,7 +218,7 @@ asynStatus turboPmacAxis::init() {
|
||||
// here to mm/s^2.
|
||||
motorAccel = motorAccel * 1000;
|
||||
|
||||
if (nvals != 8) {
|
||||
if (nvals != 7) {
|
||||
return pC_->couldNotParseResponse(command, response, axisNo_,
|
||||
__PRETTY_FUNCTION__, __LINE__);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user