Skip to content

Commit 43882f3

Browse files
author
BlueChip
committed
Make previous checkin actually compile! Should probably learn how branches work in git
1 parent d833473 commit 43882f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wii_anal_ec.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ bool evWiiEC (const eventMsg_t* const msg, state_t* const state)
4343
if (state->ec.pidx == PID_CLASSIC_PRO) {
4444
// Simulate a Long-OK keypress, to start Software Calibration mode
4545
eventMsg_t msg = {
46-
input.type = InputTypeLong,
47-
input.key = InputKeyOk
46+
// .id = EVID_KEY,
47+
.input.type = InputTypeLong,
48+
.input.key = InputKeyOk
4849
};
4950
key_calib(&msg, state);
5051
}

0 commit comments

Comments
 (0)