- minor update
This commit is contained in:
@ -206,7 +206,7 @@ void IghStatus(Igh *drv) {
|
|||||||
ans[15] != 'S' ||
|
ans[15] != 'S' ||
|
||||||
ans[17] != 'O' ||
|
ans[17] != 'O' ||
|
||||||
ans[19] != 'E') {
|
ans[19] != 'E') {
|
||||||
ParPrintf(drv, eError, "illegal status response");
|
ParPrintf(drv, eError, "illegal status response: %s", ans);
|
||||||
*code = EASE_FAULT;
|
*code = EASE_FAULT;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user