error handling
This commit is contained in:
@ -420,7 +420,7 @@ static void handleRequestEngine(void *handle) {
|
||||
localMbusCommHandle->state = MBCS_ERROR_CONTINUED;
|
||||
// no break
|
||||
|
||||
case MBCS_ERROR_CONTINUED;
|
||||
case MBCS_ERROR_CONTINUED:
|
||||
receiveNext(localMbusCommHandle);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user