more receiving

This commit is contained in:
Wolfgang Hottgenroth 2020-11-02 17:26:13 +01:00
parent 358642c2b7
commit be3be6709c
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

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