From 69c7e0237654b797ce2467893422c63e0b0ee9b1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 2 Nov 2020 15:04:53 +0100 Subject: [PATCH] forgotten prototype --- cube/User/Inc/mbusComm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cube/User/Inc/mbusComm.h b/cube/User/Inc/mbusComm.h index d8999db..be8ef3c 100644 --- a/cube/User/Inc/mbusComm.h +++ b/cube/User/Inc/mbusComm.h @@ -1,8 +1,10 @@ #ifndef _MBUSCOMM_H_ #define _MBUSCOMM_H_ +#include #include void mbusCommRequest(uint8_t cmd, uint8_t addr); +void mbusCommTxCpltCallback(UART_HandleTypeDef *huart); #endif // _MBUSCOMM_H_