diff --git a/libraries/AP_HAL_ChibiOS/RCOutput.cpp b/libraries/AP_HAL_ChibiOS/RCOutput.cpp index 5d4274ac706a4..96fb4e1b8870f 100644 --- a/libraries/AP_HAL_ChibiOS/RCOutput.cpp +++ b/libraries/AP_HAL_ChibiOS/RCOutput.cpp @@ -1329,9 +1329,6 @@ bool RCOutput::get_output_mode_banner(char banner_msg[], uint8_t banner_msg_len) */ void RCOutput::cork(void) { - if (corked) { - INTERNAL_ERROR(AP_InternalError::error_t::flow_of_control); - } corked = true; #if HAL_WITH_IO_MCU if (iomcu_enabled) {