Skip to content

Commit

Permalink
IFRC_JBF7 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Aug 23, 2021
1 parent e669058 commit 69caf5a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
DEF_TIM(TIM3, CH4, PB1, TIM_USE_MOTOR, 0, 0), // D2-ST7 MOTOR7
DEF_TIM(TIM3, CH3, PB0, TIM_USE_MOTOR, 0, 0), // D1-ST2 MOTOR8

DEF_TIM(TIM9, CH2, PA3, TIM_USE_ANY | TIM_USE_PPM, 0, 0), // D1-ST2 SERIAL RX | PPM
DEF_TIM(TIM2, CH2, PA1, TIM_USE_LED, 0, 0), // D1-ST2 LED
DEF_TIM(TIM9, CH2, PA3, TIM_USE_ANY | TIM_USE_PPM, 0, 0) // D1-ST2 SERIAL RX | PPM

};
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))

#define USABLE_TIMER_CHANNEL_COUNT 10
#define USABLE_TIMER_CHANNEL_COUNT 11
#define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(5) | TIM_N(8)| TIM_N(9) )
File renamed without changes.

0 comments on commit 69caf5a

Please sign in to comment.