Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

Commit

Permalink
Removed debug delay from WlanInterruptEnable()
Browse files Browse the repository at this point in the history
  • Loading branch information
microbuilder committed Sep 4, 2013
1 parent 98075f5 commit 94fc93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccspi.cpp
Expand Up @@ -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);
}

Expand Down

0 comments on commit 94fc93b

Please sign in to comment.