forgotten prototype

This commit is contained in:
2020-11-02 15:04:53 +01:00
parent 628ee68d3d
commit 69c7e02376

View File

@ -1,8 +1,10 @@
#ifndef _MBUSCOMM_H_
#define _MBUSCOMM_H_
#include <main.h>
#include <stdint.h>
void mbusCommRequest(uint8_t cmd, uint8_t addr);
void mbusCommTxCpltCallback(UART_HandleTypeDef *huart);
#endif // _MBUSCOMM_H_