mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 17:04:07 +08:00
sdlog2: comment fix
This commit is contained in:
parent
1aa45cede8
commit
015d7431a7
@ -910,7 +910,7 @@ bool copy_if_updated_multi(orb_id_t topic, int multi_instance, int *handle, void
|
||||
// The orb_exists call doesn't work correctly on Snapdragon yet.
|
||||
// (No data gets sent from the QURT to the Linux side because there
|
||||
// are no subscribers. However, there won't be any subscribers, if
|
||||
// they check using orb_exists() before subscribing.
|
||||
// they check using orb_exists() before subscribing.)
|
||||
if (true)
|
||||
#else
|
||||
if (OK == orb_exists(topic, multi_instance))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user