Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirunirmalx committed Nov 3, 2024
1 parent 9df6c94 commit 52b38b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PS2Keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ static void sendPS2Command(byte command) {
#else
pinMode(IRQPin, INPUT);
digitalWrite(IRQPin, HIGH);
pinMode(DataPin, INPUT);
digitalWrite(DataPin, HIGH);
pinMode(dataPin, INPUT);
digitalWrite(dataPin, HIGH);
#endif
}

Expand Down

0 comments on commit 52b38b4

Please sign in to comment.