mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Moving EXTI to new io
Updated i2c to use new io
This commit is contained in:
parent
7db5445bf7
commit
928609e2bb
32 changed files with 559 additions and 676 deletions
|
@ -35,4 +35,6 @@ typedef enum {
|
|||
RESOURCE_USART = 1 << 4,
|
||||
RESOURCE_ADC = 1 << 5,
|
||||
RESOURCE_EXTI = 1 << 6,
|
||||
RESOURCE_I2C = 1 << 7,
|
||||
RESOURCE_SPI = 1 << 8,
|
||||
} resourceType_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue