Skip to content

Commit

Permalink
fixed dupe variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnels committed Aug 28, 2015
1 parent 38b0e2c commit b8890e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion user/status.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ static void ICACHE_FLASH_ATTR setLed(int on) {
}

static uint8_t ledState = 0;
static uint8_t wifiState = 0;

// Timer callback to update the LED
static void ICACHE_FLASH_ATTR ledTimerCb(void *v) {
Expand Down

0 comments on commit b8890e5

Please sign in to comment.