mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Add IRQn_Type to tests to fix compilation errors.
This commit is contained in:
parent
fcc9556610
commit
526f4777a2
1 changed files with 2 additions and 0 deletions
|
@ -46,3 +46,5 @@ typedef struct
|
|||
} TIM_TypeDef;
|
||||
|
||||
typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
|
||||
|
||||
typedef enum {TEST_IRQ = 0 } IRQn_Type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue