Corrected USED_TIMERS in the UAVPNG030MINI target.

This commit is contained in:
Amir Guindehi 2018-09-17 20:45:42 +02:00
parent aaff54cca1
commit 9e838e1451
1 changed files with 5 additions and 1 deletions

View File

@ -146,4 +146,8 @@
#define TARGET_IO_PORTE (0xffff & ~(BIT(15))) #define TARGET_IO_PORTE (0xffff & ~(BIT(15)))
#define USABLE_TIMER_CHANNEL_COUNT 10 #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))