Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed May 26, 2018
1 parent a2caee9 commit 3db54ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/push_button.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void easy_input_push_button_task( void *input_queue ){
/* Sets up Input buttons, polls them for digital filter, and when
* a debounced input has been triggered, puts the resulting bitmask onto
* the specified input_queue */
TickType_t xNextWakeTime = xTaskGetTickCount();

// Declare buttons
#if CONFIG_EASY_INPUT_PUSH_BUTTON_UP_PIN != -1
Expand Down

0 comments on commit 3db54ab

Please sign in to comment.