Skip to content

Commit

Permalink
add static for avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirunirmalx committed Nov 3, 2024
1 parent c9febcb commit 9df6c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PS2Keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static byte ledState = 0;
#endif


void sendPS2Command(byte command) {
static void sendPS2Command(byte command) {
pinMode(dataPin, OUTPUT);
pinMode(IRQPin, OUTPUT);

Expand Down

0 comments on commit 9df6c94

Please sign in to comment.