Skip to content

Commit

Permalink
Commented out unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
solhuebner committed Mar 1, 2021
1 parent a6122eb commit 415e289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_PN532.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ void Adafruit_PN532::readdata(uint8_t *buff, uint16_t n) {
#endif
} else {
// I2C write.
uint16_t timer = 0;
// uint16_t timer = 0;

delay(2);

Expand Down

0 comments on commit 415e289

Please sign in to comment.