Skip to content

Commit 3718158

Browse files
committed
Fixed typo.
1 parent 88ef369 commit 3718158

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
@@ -115,7 +115,7 @@ def _convert_i2c_addr_to_atecc_addr(i2c_addr=0x60):
115115
Serial Number (Bytes 0-3 and 8-12), Revision Number (Bytes 4-7)
116116
AES Enable (Byte 13), I2C Enable (Byte 14), Reserved (Byte 15)
117117
I2C Address (Byte 16), Reserved (Byte 17); Count Match (Byte 18)
118-
Chi Mode (Byte 19), Slot Config (Bytes 20-51)
118+
Chip Mode (Byte 19), Slot Config (Bytes 20-51)
119119
Counter 0 (Bytes 52-59), Counter 1 (Bytes 60-67)
120120
Use Lock (Byte 68), Volatile Key Permission (Byte 69)
121121
Secure Boot (Bytes 70-71), KDF (Bytes 72-74)

0 commit comments

Comments
 (0)