refactoring meterbus

This commit is contained in:
Wolfgang Hottgenroth 2020-11-24 15:00:36 +01:00
parent 9198753e4b
commit f88a4984be
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -278,6 +278,7 @@ void mbusCommExec() {
// otherwise return
int ro = ringbufferGetOne(&(mbusCommHandle.receiveBuffer));
if (-1 == ro) {
coloredMsg(LOG_RED, false, RO: nothing");
return;
}