fixing build

This commit is contained in:
rusefi 2019-12-02 09:59:53 -05:00
parent 0b4f624b2a
commit 87143bef9f
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ static void cjPrintErrorCode(cj125_error_e errCode) {
case CJ125_ERROR_WRONG_INIT: case CJ125_ERROR_WRONG_INIT:
errString = "W_INIT"; errString = "W_INIT";
break; break;
case CJ125_ERROR_DISABLED:
errString = "DISABLED";
break;
} }
scheduleMsg(logger, "cj125 ERROR: %s.", errString); scheduleMsg(logger, "cj125 ERROR: %s.", errString);
} }