mavlink: remove incorrect outdated comment

Default is -2, so the comments seems wrong.
This commit is contained in:
Julian Oes 2020-05-28 12:29:21 +02:00
parent 80f91b0f6a
commit bb032a9c46

View File

@ -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);