RC_Channel: use fence enable_configured()

This commit is contained in:
Andy Piper 2024-02-08 14:44:48 +00:00 committed by Peter Barker
parent d16615923d
commit 0288e1e79c

View File

@ -1139,7 +1139,7 @@ void RC_Channel::do_aux_function_fence(const AuxSwitchPos ch_flag)
return;
}
fence->enable(ch_flag == AuxSwitchPos::HIGH);
fence->enable_configured(ch_flag == AuxSwitchPos::HIGH);
}
#endif