fix typo
This commit is contained in:
parent
637b39ca45
commit
4a2bca1af0
|
|
@ -64,7 +64,7 @@ void setup () {
|
||||||
{
|
{
|
||||||
#if defined(WITH_RFM69)
|
#if defined(WITH_RFM69)
|
||||||
if (i == RF69_SPI_CS) continue;
|
if (i == RF69_SPI_CS) continue;
|
||||||
#elsif defined(WITH_SPIFLASH)
|
#else if defined(WITH_SPIFLASH)
|
||||||
if (i == FLASH_SS) continue;
|
if (i == FLASH_SS) continue;
|
||||||
#endif
|
#endif
|
||||||
pinMode(i, OUTPUT);
|
pinMode(i, OUTPUT);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue