1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Removing irq completely from target.c

This commit is contained in:
blckmn 2016-11-07 15:04:13 +11:00
parent 159236093e
commit d7fe69a421
49 changed files with 587 additions and 588 deletions

View file

@ -88,7 +88,6 @@ typedef struct timerHardware_s {
TIM_TypeDef *tim;
ioTag_t tag;
uint8_t channel;
uint8_t irq;
timerUsageFlag_e usageFlags;
uint8_t output;
#if defined(STM32F3) || defined(STM32F4) || defined(STM32F7)