cj125 fixing build

This commit is contained in:
rusefi 2018-07-22 14:17:51 -04:00
parent e887db0813
commit 806ad1abf3
1 changed files with 6 additions and 0 deletions

View File

@ -174,6 +174,12 @@ static void cjPrintErrorCode(cj125_error_e errCode) {
case CJ125_ERROR_NONE:
errString = "N/A";
break;
case CJ125_ERROR_WRONG_IDENT:
errString = "W_IDENT";
break;
case CJ125_ERROR_WRONG_INIT:
errString = "W_INIT";
break;
}
scheduleMsg(logger, "cj125 ERROR: %s.", errString);
}