Skip to content

Commit

Permalink
[target] MATEKF411SE fix usable timer count (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Mar 4, 2024
1 parent c70f55a commit 83dd269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/target/MATEKF411SE/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,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(1)|TIM_N(2)|TIM_N(3)|TIM_N(4)|TIM_N(5)|TIM_N(9)|TIM_N(11) )

0 comments on commit 83dd269

Please sign in to comment.