Create dummy devices, part I
This commit is contained in:
@@ -156,11 +156,12 @@ retry:
|
||||
}
|
||||
|
||||
if ((err = CanReceive(0, &msg, 1)) > 0)
|
||||
{
|
||||
{
|
||||
if (--retry && (msg.Id != BIB || msg.MsgLen != 4 || msg.MsgData[1] != reg))
|
||||
goto retry;
|
||||
|
||||
if (!retry) {
|
||||
if (!retry)
|
||||
{
|
||||
printf("error: no response from node %s to %s" _NL, getNodeName(receipient), getNodeName(BIB));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user