Skip to content

Commit

Permalink
Outputs update
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Nov 18, 2023
1 parent 5b832e9 commit db7350e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/target/IFLIGHT_BLITZ_ATF435/target.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ timerHardware_t timerHardware[] = {
DEF_TIM(TMR8, CH3, PC8, TIM_USE_OUTPUT_AUTO, 0,2), // S3
DEF_TIM(TMR8, CH4, PC9, TIM_USE_OUTPUT_AUTO, 0,0), // S4

DEF_TIM(TMR4, CH1, PB6, TIM_USE_OUTPUT_AUTO, 0,11), // S5
DEF_TIM(TMR4, CH2, PB7, TIM_USE_OUTPUT_AUTO, 0,10), // S6
DEF_TIM(TMR2, CH3, PB10, TIM_USE_OUTPUT_AUTO, 0,5), //S7
DEF_TIM(TMR2, CH4, PB11, TIM_USE_OUTPUT_AUTO, 0,6), //S8

DEF_TIM(TMR1, CH1, PA8, TIM_USE_LED, 0, 0), // LED STRIP
};

Expand Down

0 comments on commit db7350e

Please sign in to comment.