mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Drop software SPI RX support
This commit is contained in:
parent
8f1df0635f
commit
c60eecbff0
7 changed files with 6 additions and 170 deletions
|
@ -258,7 +258,7 @@ void spiPreInit(void)
|
|||
#ifdef FLASH_CS_PIN
|
||||
spiPreInitCs(IO_TAG(FLASH_CS_PIN));
|
||||
#endif
|
||||
#if defined(USE_RX_SPI) && !defined(USE_RX_SOFTSPI)
|
||||
#if defined(USE_RX_SPI)
|
||||
spiPreInitCs(IO_TAG(RX_NSS_PIN));
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue