mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Merge pull request #788 from PX4/mavlink_published_fix
mavlink: is_published() fix
This commit is contained in:
commit
0205eebaa6
@ -88,6 +88,7 @@ MavlinkOrbSubscription::update(const hrt_abstime t)
|
||||
|
||||
if (_updated) {
|
||||
orb_copy(_topic, _fd, _data);
|
||||
_published = true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user