This commit is contained in:
LowPowerLab 2016-07-19 16:50:26 -04:00
parent 637b39ca45
commit 4a2bca1af0
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ void setup () {
{
#if defined(WITH_RFM69)
if (i == RF69_SPI_CS) continue;
#elsif defined(WITH_SPIFLASH)
#else if defined(WITH_SPIFLASH)
if (i == FLASH_SS) continue;
#endif
pinMode(i, OUTPUT);