fixing build
This commit is contained in:
parent
f9c387b42e
commit
7fb375b15f
|
@ -173,6 +173,9 @@ static void cjPrintErrorCode(cj125_error_e errCode) {
|
|||
case CJ125_ERROR_WRONG_INIT:
|
||||
errString = "W_INIT";
|
||||
break;
|
||||
case CJ125_ERROR_DISABLED:
|
||||
errString = "DISABLED";
|
||||
break;
|
||||
}
|
||||
scheduleMsg(logger, "cj125 ERROR: %s.", errString);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue