mirror of https://github.com/ArduPilot/ardupilot
AP_SerialManger: always run set_options
This commit is contained in:
parent
0e0cc36f8f
commit
eeb5dd3c96
|
@ -416,7 +416,7 @@ void AP_SerialManager::init()
|
||||||
if (uart != nullptr) {
|
if (uart != nullptr) {
|
||||||
|
|
||||||
// see if special options have been requested
|
// see if special options have been requested
|
||||||
if (state[i].protocol != SerialProtocol_None && state[i].options) {
|
if (state[i].protocol != SerialProtocol_None) {
|
||||||
set_options(i);
|
set_options(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue