more receiving

This commit is contained in:
2020-11-02 17:23:28 +01:00
parent 902af2df0c
commit 358642c2b7

View File

@ -105,7 +105,7 @@ static void handleRequestEngine(void *handle) {
case DISABLE_FRONTEND:
logMsg("hre state DISABLE_FRONTEND");
HAL_UART_AbortReceive_IT(&mbusUart);
HAL_UART_AbortReceive(&mbusUart);
frontendDisable();
localMbusCommHandle->state = IDLE;
break;