mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavlink: remove incorrect outdated comment
Default is -2, so the comments seems wrong.
This commit is contained in:
parent
80f91b0f6a
commit
bb032a9c46
@ -2089,9 +2089,6 @@ MavlinkReceiver::set_message_interval(int msgId, float interval, int data_rate)
|
||||
|
||||
bool found_id = false;
|
||||
|
||||
|
||||
// The interval between two messages is in microseconds.
|
||||
// Set to -1 to disable and 0 to request default rate
|
||||
if (msgId != 0) {
|
||||
const char *stream_name = get_stream_name(msgId);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user