Browse Source

mavlink: add comment for Snapdragon

sbg
Julian Oes 9 years ago committed by Beat Küng
parent
commit
ab4441c00b
  1. 2
      src/modules/mavlink/mavlink_orb_subscription.cpp

2
src/modules/mavlink/mavlink_orb_subscription.cpp

@ -169,6 +169,8 @@ MavlinkOrbSubscription::is_published() @@ -169,6 +169,8 @@ MavlinkOrbSubscription::is_published()
_last_pub_check = now;
#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) {
_fd = orb_subscribe_multi(_topic, _instance);
}

Loading…
Cancel
Save