From 1357b17bb87fc8b2a867fd342e177846829c8b53 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 25 Nov 2020 13:25:33 +0100 Subject: [PATCH] changes --- cube/User/Src/mbusComm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cube/User/Src/mbusComm.c b/cube/User/Src/mbusComm.c index 7f2379e..0851497 100644 --- a/cube/User/Src/mbusComm.c +++ b/cube/User/Src/mbusComm.c @@ -752,8 +752,8 @@ void mbusCommInit() { coloredMsg(LOG_GREEN, true, "mbc mci initializing Meterbus communication"); // enable receive interrupts - __HAL_UART_ENABLE_IT(&mbusUart, UART_IT_PE); - __HAL_UART_ENABLE_IT(&mbusUart, UART_IT_ERR); +// __HAL_UART_ENABLE_IT(&mbusUart, UART_IT_PE); +// __HAL_UART_ENABLE_IT(&mbusUart, UART_IT_ERR); __HAL_UART_ENABLE_IT(&mbusUart, UART_IT_RXNE); // init buffers