mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: always normalize ESC channel when using iomcu
This commit is contained in:
parent
e0b4143cad
commit
8a392be078
|
@ -757,7 +757,7 @@ bool RCOutput::bdshot_decode_telemetry_from_erpm(uint16_t encodederpm, uint8_t c
|
|||
uint8_t normalized_chan = chan;
|
||||
#endif
|
||||
#if HAL_WITH_IO_MCU
|
||||
if (iomcu_dshot) {
|
||||
if (iomcu_enabled) {
|
||||
normalized_chan = chan + chan_offset;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue