mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Corrected USED_TIMERS in the UAVPNG030MINI target.
This commit is contained in:
parent
aaff54cca1
commit
9e838e1451
1 changed files with 5 additions and 1 deletions
|
@ -146,4 +146,8 @@
|
|||
#define TARGET_IO_PORTE (0xffff & ~(BIT(15)))
|
||||
|
||||
#define USABLE_TIMER_CHANNEL_COUNT 10
|
||||
#define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(5) | TIM_N(12) | TIM_N(8) | TIM_N(9))
|
||||
|
||||
// Used Timers
|
||||
//#define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) | TIM_N(5) | TIM_N(8) | TIM_N(9) | TIM_N(12))
|
||||
// Defined Timers in timer.c
|
||||
#define USED_TIMERS ( TIM_N(1) | TIM_N(3) | TIM_N(4))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue