fix
This commit is contained in:
@ -380,7 +380,7 @@ uint8_t request(int fd, uint8_t cmd, uint8_t addr, t_longframe **retFrame) {
|
|||||||
break;
|
break;
|
||||||
case e_ERROR:
|
case e_ERROR:
|
||||||
ledRed(true);
|
ledRed(true);
|
||||||
log("already error, read the rest (now: %02x) until timeout\n", c);
|
infolog("already error, read the rest (now: %02x) until timeout\n", c);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
errlog("illegal state %d\n", state);
|
errlog("illegal state %d\n", state);
|
||||||
|
Reference in New Issue
Block a user