Skip to content
Snippets Groups Projects
Commit 015d7431 authored by Julian Oes's avatar Julian Oes
Browse files

sdlog2: comment fix

parent 1aa45ced
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment