forked from Archive/PX4-Autopilot
ORBMap: bugfix, got rid of infinite Looping Louie
This commit is contained in:
parent
c5fd277a9e
commit
9ecf4345a5
|
@ -105,6 +105,7 @@ public:
|
|||
if (strcmp(p->node_name, node_name) == 0) {
|
||||
return p->node;
|
||||
}
|
||||
p = p->next;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue