mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Introduce per device pin pre-init
This commit is contained in:
parent
2e81109be1
commit
9ea1428d11
44 changed files with 219 additions and 201 deletions
|
@ -74,11 +74,10 @@ typedef enum {
|
|||
OWNER_RX_SPI,
|
||||
OWNER_PINIO,
|
||||
OWNER_USB_MSC_PIN,
|
||||
OWNER_SPI_PREINIT_IPU,
|
||||
OWNER_SPI_PREINIT_OPU,
|
||||
OWNER_MCO,
|
||||
OWNER_RX_SPI_BIND,
|
||||
OWNER_RX_SPI_LED,
|
||||
OWNER_PREINIT,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue