mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Refactored SPI RX led blink and bind plug functionality to rx_spi_common
This commit is contained in:
parent
4246f06529
commit
c88a5a3a22
21 changed files with 253 additions and 197 deletions
|
@ -77,6 +77,8 @@ typedef enum {
|
|||
OWNER_SPI_PREINIT_IPU,
|
||||
OWNER_SPI_PREINIT_OPU,
|
||||
OWNER_MCO,
|
||||
OWNER_RX_SPI_BIND,
|
||||
OWNER_RX_SPI_LED,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue