Skip to content

Commit

Permalink
Merge branch 'master' into 20240930_FLYSPARKF4
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Oct 7, 2024
2 parents ce7614d + 301eb22 commit d1d1ee1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/main/target/JHEF411HD/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#define USE_OSD

#define LED_STRIP_PIN PA8
#define LED0_PIN PC13
#define USE_BEEPER
#define BEEPER_PIN PB2
#define BEEPER_INVERTED
Expand Down
2 changes: 1 addition & 1 deletion src/main/target/TMOTORF7/target.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
DEF_TIM(TIM3, CH1, PC6, TIM_USE_MOTOR, 0, 0), // motor 1
DEF_TIM(TIM3, CH2, PC7, TIM_USE_MOTOR, 0, 0), // motor 2
DEF_TIM(TIM8, CH2N, PB0, TIM_USE_MOTOR, 0, 0), // motor 3
DEF_TIM(TIM3, CH3, PB0, TIM_USE_MOTOR, 0, 0), // motor 3
DEF_TIM(TIM3, CH4, PB1, TIM_USE_MOTOR, 0, 0), // motor 4
DEF_TIM(TIM4, CH1, PB6, TIM_USE_MOTOR, 0, 0), // motor 5
DEF_TIM(TIM4, CH3, PB8, TIM_USE_MOTOR, 0, 0), // motor 6
Expand Down
2 changes: 1 addition & 1 deletion src/main/target/TMOTORF7_AIO/target.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const timerHardware_t timerHardware[USABLE_TIMER_CHANNEL_COUNT] = {
DEF_TIM(TIM3, CH1, PC6, TIM_USE_MOTOR, 0, 0), // motor 1
DEF_TIM(TIM3, CH2, PC7, TIM_USE_MOTOR, 0, 0), // motor 2
DEF_TIM(TIM8, CH2N, PB0, TIM_USE_MOTOR, 0, 0), // motor 3
DEF_TIM(TIM3, CH3, PB0, TIM_USE_MOTOR, 0, 0), // motor 3
DEF_TIM(TIM3, CH4, PB1, TIM_USE_MOTOR, 0, 0), // motor 4
DEF_TIM(TIM4, CH1, PB6, TIM_USE_MOTOR, 0, 0), // motor 5
DEF_TIM(TIM4, CH3, PB8, TIM_USE_MOTOR, 0, 0), // motor 6
Expand Down

0 comments on commit d1d1ee1

Please sign in to comment.