forgotten prototype
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
#ifndef _MBUSCOMM_H_
|
#ifndef _MBUSCOMM_H_
|
||||||
#define _MBUSCOMM_H_
|
#define _MBUSCOMM_H_
|
||||||
|
|
||||||
|
#include <main.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
void mbusCommRequest(uint8_t cmd, uint8_t addr);
|
void mbusCommRequest(uint8_t cmd, uint8_t addr);
|
||||||
|
void mbusCommTxCpltCallback(UART_HandleTypeDef *huart);
|
||||||
|
|
||||||
#endif // _MBUSCOMM_H_
|
#endif // _MBUSCOMM_H_
|
||||||
|
Reference in New Issue
Block a user