diff --git a/libraries/AP_HAL_SITL/RCOutput.cpp b/libraries/AP_HAL_SITL/RCOutput.cpp index 280019a235..29b6f4c830 100644 --- a/libraries/AP_HAL_SITL/RCOutput.cpp +++ b/libraries/AP_HAL_SITL/RCOutput.cpp @@ -45,6 +45,7 @@ void RCOutput::disable_ch(uint8_t ch) void RCOutput::write(uint8_t ch, uint16_t period_us) { + _sitlState->output_ready = true; if (ch < SITL_NUM_CHANNELS && (_enable_mask & (1U<