Skip to content

Commit f05260a

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # adafruit_atecc/adafruit_atecc.py
2 parents 61bd4b6 + d3e6401 commit f05260a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_atecc/adafruit_atecc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _convert_i2c_addr_to_atecc_addr(i2c_addr=0x60):
155155
# TODO: Decide whether to use alternate representation of config bytes
156156
# TODO: Remove assertion tests
157157
assert CFG_TLS == CFG_TLS_HEX
158-
assert bytearray(CFG_TLS)[16] == 0x20
158+
assert bytearray(CFG_TLS)[16] == 0x20 #
159159

160160
# Convert I2C address to config byte 16 and update CFG_TLS
161161
_CFG_BYTES = bytearray(CFG_TLS)

0 commit comments

Comments
 (0)