mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 02:04:07 +08:00
Added missing return in ORBSet
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
4d28126e0a
commit
05b6bcd168
@ -101,6 +101,7 @@ public:
|
||||
while (p->next) {
|
||||
if (strcmp(p->next->node_name, node_name) == 0) {
|
||||
unlinkNext(p);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return nullptr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user