Merge pull request #788 from PX4/mavlink_published_fix

mavlink: is_published() fix
This commit is contained in:
Lorenz Meier 2014-04-02 13:44:50 +02:00
commit 0205eebaa6

View File

@ -88,6 +88,7 @@ MavlinkOrbSubscription::update(const hrt_abstime t)
if (_updated) {
orb_copy(_topic, _fd, _data);
_published = true;
return true;
}
}