1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Refactored SPI RX led blink and bind plug functionality to rx_spi_common

This commit is contained in:
phobos- 2018-11-17 21:56:46 +01:00
parent 4246f06529
commit c88a5a3a22
21 changed files with 253 additions and 197 deletions

View file

@ -77,4 +77,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"SPI_PREINIT_IPU",
"SPI_PREINIT_OPU",
"MCO",
"RX_SPI_BIND",
"RX_SPI_LED",
};