mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
mavlink remove unnecessary param set notification
This commit is contained in:
committed by
Lorenz Meier
parent
2bb4644180
commit
627788c93c
@@ -2478,7 +2478,7 @@ void Mavlink::check_radio_config()
|
|||||||
|
|
||||||
/* reset param and save */
|
/* reset param and save */
|
||||||
_radio_id = 0;
|
_radio_id = 0;
|
||||||
param_set(_param_radio_id, &_radio_id);
|
param_set_no_notification(_param_radio_id, &_radio_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user