Skip to content

Commit

Permalink
removing not used variable
Browse files Browse the repository at this point in the history
  • Loading branch information
limpkin committed May 28, 2016
1 parent f733c09 commit 34b09a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source_code/src/GUI/gui_basic_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ int8_t getTouchedPositionAnswer(uint8_t led_mask)
}
#endif

uint8_t incomingData[RAWHID_TX_SIZE];
RET_TYPE touch_detect_result;

// Switch on lights
Expand Down
2 changes: 1 addition & 1 deletion source_code/src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* MINI_PREPRODUCTION_SETUP_ACC
* => mooltipass mini pre-production units, with accelerometer
*/
#define MINI_CLICK_BETATESTERS_SETUP
#define POST_KICKSTARTER_UPDATE_SETUP
//#define POST_KICKSTARTER_UPDATE_SETUP

#if defined(BETATESTERS_SETUP)
Expand Down

0 comments on commit 34b09a3

Please sign in to comment.