diff --git a/source_code/src/GUI/gui_basic_functions.c b/source_code/src/GUI/gui_basic_functions.c index d5ab19351..97e55f013 100644 --- a/source_code/src/GUI/gui_basic_functions.c +++ b/source_code/src/GUI/gui_basic_functions.c @@ -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 diff --git a/source_code/src/defines.h b/source_code/src/defines.h index d4e018345..34aac7047 100644 --- a/source_code/src/defines.h +++ b/source_code/src/defines.h @@ -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)