diff --git a/ccspi.cpp b/ccspi.cpp index 5804b10..87f67ff 100644 --- a/ccspi.cpp +++ b/ccspi.cpp @@ -566,7 +566,7 @@ long ReadWlanInterruptPin(void) void WlanInterruptEnable() { DEBUGPRINT_F("\tCC3000: WlanInterruptEnable.\n\r"); - delay(100); + // delay(100); attachInterrupt(g_IRQnum, SPI_IRQ, FALLING); }