Skip to content

Commit

Permalink
[target] fix FLYWOOF7DUAL timer count (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Apr 26, 2024
1 parent c96016d commit 0ab8d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/target/FLYWOOF7DUAL/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@
#define TARGET_IO_PORTC 0xffff
#define TARGET_IO_PORTD (BIT(2))

#define USABLE_TIMER_CHANNEL_COUNT 12
#define USABLE_TIMER_CHANNEL_COUNT 13
#define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(5) | TIM_N(8) | TIM_N(10) )

0 comments on commit 0ab8d01

Please sign in to comment.