Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Make previous checkin actually compile! Should probably learn how bra…
Browse files Browse the repository at this point in the history
…nches work in git
  • Loading branch information
BlueChip committed Nov 27, 2022
1 parent d833473 commit 43882f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wii_anal_ec.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ bool evWiiEC (const eventMsg_t* const msg, state_t* const state)
if (state->ec.pidx == PID_CLASSIC_PRO) {
// Simulate a Long-OK keypress, to start Software Calibration mode
eventMsg_t msg = {
input.type = InputTypeLong,
input.key = InputKeyOk
// .id = EVID_KEY,
.input.type = InputTypeLong,
.input.key = InputKeyOk
};
key_calib(&msg, state);
}
Expand Down

0 comments on commit 43882f3

Please sign in to comment.