Skip to content

Commit

Permalink
whitespace commit to rerun deploy action.
Browse files Browse the repository at this point in the history
  • Loading branch information
gassajor000 committed May 6, 2024
1 parent ae84e9e commit 834b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pn532pi/interfaces/pn532spi.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _getResponseLength(self, timeout: int):
time.sleep(.001) # sleep 1 ms
timer+=1
if ((0 != timeout) and (timer > timeout)):
return -1
return -1


data = self._xfer_bytes([DATA_READ] + [0 for i in range(5)])
Expand Down

0 comments on commit 834b621

Please sign in to comment.