Skip to content

Commit 0395362

Browse files
committed
Fix for MambaH743 DMA assignment
1 parent 611d26f commit 0395362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/target/MAMBAH743/target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const timerHardware_t timerHardware[] = {
4141
DEF_TIM(TIM8, CH3, PC8, TIM_USE_MC_MOTOR | TIM_USE_FW_MOTOR, 0, 6), // S7
4242
DEF_TIM(TIM8, CH4, PC9, TIM_USE_MC_MOTOR | TIM_USE_FW_MOTOR, 0, 7), // S8
4343

44-
DEF_TIM(TIM1, CH1, PA8, TIM_USE_LED, 0, 8), // LED_2812
44+
DEF_TIM(TIM1, CH1, PA8, TIM_USE_LED, 0, 9), // LED_2812
4545
};
4646

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

0 commit comments

Comments
 (0)