Skip to content

Commit

Permalink
mavlink_stream: fix set_interval comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed May 15, 2024
1 parent 27dcc66 commit 545cdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/mavlink_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ MavlinkStreamPoll::set_interval(uint16_t stream_id, int interval_ms)
{
pthread_mutex_lock(&_mtx);

// Update interval for all orb subscriptions and find the maximum interval
// Renew all uorb subscriptions of given stream with new interval value
for (int i = 0; i < _count; i++) {
if (_reqs[i].stream_id == stream_id) {

Expand Down

0 comments on commit 545cdd4

Please sign in to comment.