1
0
Fork 0
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:
jflyper 2018-05-23 09:29:43 +09:00
parent 8f1df0635f
commit c60eecbff0
7 changed files with 6 additions and 170 deletions

View file

@ -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
}