start refactoring transmitting

This commit is contained in:
2020-11-25 12:42:33 +01:00
parent e1640be4c0
commit 8fe627e6b0
4 changed files with 8 additions and 5 deletions

View File

@ -28,6 +28,7 @@ typedef enum {
typedef struct {
uint32_t mbusRequestCnt;
uint32_t mbusErrorCnt;
uint32_t uartOctetCnt;
uint32_t uartOverrunCnt;
uint32_t uartFramingErrCnt;
uint32_t uartParityErrCnt;