refactoring meterbus

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

View File

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