Skip to content

Commit c616d8d

Browse files
authored
Merge pull request #6 from MattHowardCT/matt-howard/correct-pdo-response-codes
Correct _PDO_RESPONSE_CODES list
2 parents f34da9e + 3da7aa5 commit c616d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_husb238.py

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class Adafruit_HUSB238:
143143
_PDO_RESPONSE_CODES = [
144144
"NO RESPONSE",
145145
None, # Success
146+
None, # Reserved
146147
"INVALID COMMAND OR ARGUMENT",
147148
"COMMAND NOT SUPPORTED",
148149
"TRANSACTION FAILED, NO GOOD CRC",

0 commit comments

Comments
 (0)