diff --git a/src/main/drivers/pwm_output_dshot.c b/src/main/drivers/pwm_output_dshot.c index bba1ff6b0a..700932f56f 100644 --- a/src/main/drivers/pwm_output_dshot.c +++ b/src/main/drivers/pwm_output_dshot.c @@ -506,7 +506,7 @@ void pwmDshotMotorHardwareConfig(const timerHardware_t *timerHardware, uint8_t m DMAINIT.DMA_PeripheralInc = DMA_PeripheralInc_Disable; DMAINIT.DMA_MemoryInc = DMA_MemoryInc_Enable; DMAINIT.DMA_PeripheralDataSize = DMA_PeripheralDataSize_Word; - DMAINIT.DMA_MemoryDataSize = DMA_MemoryDataSize_Byte; + DMAINIT.DMA_MemoryDataSize = DMA_MemoryDataSize_Word; DMAINIT.DMA_Mode = DMA_Mode_Normal; DMAINIT.DMA_Priority = DMA_Priority_High; } else