From 9fd04c0de6c873fe2a938a2d9c40457d432e5c9f Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Wed, 23 Nov 2022 15:44:39 -0500 Subject: [PATCH] commenting broken lines --- applications/plugins/wii_ec_anal/wii_anal_ec.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/plugins/wii_ec_anal/wii_anal_ec.c b/applications/plugins/wii_ec_anal/wii_anal_ec.c index 34012d5a3..62268a219 100644 --- a/applications/plugins/wii_ec_anal/wii_anal_ec.c +++ b/applications/plugins/wii_ec_anal/wii_anal_ec.c @@ -58,13 +58,13 @@ bool evWiiEC(const eventMsg_t* const msg, state_t* const state) { sceneSet(state, ecId[msg->wiiEc.val].scene); redraw = true; -#if 1 // Workaround for Classic Controller Pro, which shows 00's for Factory Calibration Data!? - if(state->ec.pidx == PID_CLASSIC_PRO) { +// #if 1 // Workaround for Classic Controller Pro, which shows 00's for Factory Calibration Data!? + // if(state->ec.pidx == PID_CLASSIC_PRO) { // Simulate a Long-OK keypress, to start Software Calibration mode - eventMsg_t msg = {wiiEc.type = InputTypeLong, wiiEc.key = InputKeyOk}; - key_calib(&msg, state); - } -#endif + // eventMsg_t msg = {input.type = InputTypeLong, input.key = InputKeyOk}; + // key_calib(&msg, state); + // } +// #endif break; case WIIEC_DISCONN: