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
1 changed files with 0 additions and 3 deletions

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