still receiving

This commit is contained in:
2020-11-02 15:56:54 +01:00
parent ed02d75f45
commit fd05813cdf
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@ typedef struct {
static t_mbusCommHandle mbusCommHandle = { .state = IDLE, .retryCnt = 0, .cmd = 0, .addr = 0, .receivedOctet = 0, .receiving = false };
static void handleRequestEngine(void *handle);
static void timeoutHandler(void *handle) {
logMsg("mbc timeout");
t_mbusCommHandle *localMbusCommHandle = (t_mbusCommHandle*) handle;