From ea76c0bd0194b14b6e223392db101bc07baa4f0e Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sat, 16 Dec 2023 11:25:43 +0000 Subject: [PATCH] AP_HAL_ChibiOS: ensure dshot commands are send to all FMU channels when IOMCU is present --- libraries/AP_HAL_ChibiOS/RCOutput_serial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/RCOutput_serial.cpp b/libraries/AP_HAL_ChibiOS/RCOutput_serial.cpp index c8ca5156fb..dc6824256a 100644 --- a/libraries/AP_HAL_ChibiOS/RCOutput_serial.cpp +++ b/libraries/AP_HAL_ChibiOS/RCOutput_serial.cpp @@ -151,7 +151,7 @@ void RCOutput::update_channel_masks() { } #if HAL_PWM_COUNT > 0 - for (uint8_t i=0; i