fixing build
This commit is contained in:
parent
0b4f624b2a
commit
87143bef9f
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue