mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
mavlink: add comment for Snapdragon
This commit is contained in:
@@ -169,6 +169,8 @@ MavlinkOrbSubscription::is_published()
|
|||||||
_last_pub_check = now;
|
_last_pub_check = now;
|
||||||
|
|
||||||
#if defined(__PX4_QURT) || defined(__PX4_POSIX_EAGLE)
|
#if defined(__PX4_QURT) || defined(__PX4_POSIX_EAGLE)
|
||||||
|
// Snapdragon has currently no support for orb_exists, therefore
|
||||||
|
// we're not using it.
|
||||||
if (_fd < 0) {
|
if (_fd < 0) {
|
||||||
_fd = orb_subscribe_multi(_topic, _instance);
|
_fd = orb_subscribe_multi(_topic, _instance);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user