Skip to content

Commit

Permalink
Remove line missed in previous cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoning2 committed Apr 17, 2021
1 parent 45c237e commit 64d98a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lk201ps2/lk201ps2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ static unsigned char _ps2k_getcode(void)
// Parity error. Report that to caller with a return value
// that isn't used as either a scan code or a status code.
keycode = 0xfb;
digitalWrite (PS2PE, HIGH);
}
return(keycode);
}
Expand Down

0 comments on commit 64d98a0

Please sign in to comment.