mavlink: add comment for Snapdragon

This commit is contained in:
Julian Oes
2016-09-28 15:01:20 +02:00
committed by Beat Küng
parent 1b69f9cb23
commit ab4441c00b
@@ -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);
}