Skip to content

Commit

Permalink
Merge pull request #10368 from flywoo/master
Browse files Browse the repository at this point in the history
Update FLYWOOF745 config.c
  • Loading branch information
mmosca authored Sep 18, 2024
2 parents c5febe2 + ce7e014 commit e85d44b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/target/FLYWOOF745/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ void targetConfiguration(void)
// Make sure S1-S4 default to Motors

timerOverridesMutable(timer2id(TIM3))->outputMode = OUTPUT_MODE_MOTORS;
timerOverridesMutable(timer2id(TIM8))->outputMode = OUTPUT_MODE_MOTORS;
timerOverridesMutable(timer2id(TIM1))->outputMode = OUTPUT_MODE_MOTORS;
}

0 comments on commit e85d44b

Please sign in to comment.