Skip to content

Commit 9f0358c

Browse files
authored
fix compiler warning - FLWO_FLYWOOF411FR 10 timers not 7 (emuflight#971)
1 parent 752257b commit 9f0358c

File tree

1 file changed

+1
-1
lines changed
  • src/main/target/FLWO_FLYWOOF411FR

1 file changed

+1
-1
lines changed

src/main/target/FLWO_FLYWOOF411FR/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@
169169
#define TARGET_IO_PORTC 0xffff
170170
#define TARGET_IO_PORTD (BIT(2))
171171

172-
#define USABLE_TIMER_CHANNEL_COUNT 7
172+
#define USABLE_TIMER_CHANNEL_COUNT 10
173173
#define USED_TIMERS ( TIM_N(1)|TIM_N(2)|TIM_N(3)|TIM_N(4) )

0 commit comments

Comments
 (0)