From 4a2bca1af01d8fe8296eb3398e13731e47d24708 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Tue, 19 Jul 2016 16:50:26 -0400 Subject: [PATCH] fix typo --- Examples/DeepSleep/DeepSleep.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/DeepSleep/DeepSleep.ino b/Examples/DeepSleep/DeepSleep.ino index bef65d0..bc06fc3 100644 --- a/Examples/DeepSleep/DeepSleep.ino +++ b/Examples/DeepSleep/DeepSleep.ino @@ -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);