more receiving

This commit is contained in:
Wolfgang Hottgenroth 2020-11-02 17:23:28 +01:00
parent 902af2df0c
commit 358642c2b7
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

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;