Skip to content

Commit 3110497

Browse files
Merge pull request #11696 from sensei-hacker/fix-dakefpvh743pro-led-adc-dma
Fix LED strip / ADC1 DMA conflict on DAKEFPVH743PRO
2 parents 54b7177 + 82090e4 commit 3110497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/target/DAKEFPVH743PRO/target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ timerHardware_t timerHardware[] = {
5555
DEF_TIM(TIM4, CH4, PD15, TIM_USE_OUTPUT_AUTO, 0, 0), // S4
5656
DEF_TIM(TIM15, CH1, PE5, TIM_USE_ANY, 0, 0), // CAMERA_CONTROL_PIN
5757
DEF_TIM(TIM15, CH2, PE6, TIM_USE_ANY, 0, 0), // GYRO_1_CLKIN_PIN
58-
DEF_TIM(TIM3, CH3, PB0, TIM_USE_LED, 0, 8), // LED_2812
58+
DEF_TIM(TIM3, CH3, PB0, TIM_USE_LED, 0, 9), // LED_2812 - moved off DMA2 Stream0 to avoid ADC1 DMA conflict
5959
};
6060

6161
const int timerHardwareCount = sizeof(timerHardware) / sizeof(timerHardware[0]);

0 commit comments

Comments
 (0)