diff --git a/src/main/fc/fc_init.c b/src/main/fc/fc_init.c index 0423605cb1..a5d9efcd92 100644 --- a/src/main/fc/fc_init.c +++ b/src/main/fc/fc_init.c @@ -233,9 +233,6 @@ void spiPreInit(void) #ifdef M25P16_CS_PIN // XXX Should use USE_ format. spiPreInitCs(IO_TAG(M25P16_CS_PIN)); #endif -#ifdef USE_RX_NRF24 - spiPreInitCs(IO_TAG(RX_CE_PIN)); -#endif #if defined(USE_RX_SPI) && !defined(USE_RX_SOFTSPI) spiPreInitCs(IO_TAG(RX_NSS_PIN)); #endif