AP_SerialManger: always run set_options

This commit is contained in:
Iampete1 2021-09-23 19:04:15 +01:00 committed by Peter Barker
parent 0e0cc36f8f
commit eeb5dd3c96
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ void AP_SerialManager::init()
if (uart != nullptr) {
// 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);
}