1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

RX_CE_PIN doesn't need to be initialized

This commit is contained in:
jflyper 2017-06-22 23:15:45 +09:00
parent a2718a91cd
commit 5845f96c1e

View file

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