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:
parent
159236093e
commit
d7fe69a421
49 changed files with 587 additions and 588 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue