refactoring meterbus
This commit is contained in:
parent
f88a4984be
commit
53ccd32a0c
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user