Skip to content

Commit eb93d9d

Browse files
committed
Quick fix
1 parent 199703b commit eb93d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ECCX08.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ int ECCX08Class::beginHMAC(uint16_t keySlot)
448448
long ecc608ver = 0x0600000;
449449
long eccCurrVer = version() & 0x0F00000;
450450

451-
if (eccCurVer != ecc608ver) {
451+
if (eccCurrVer != ecc608ver) {
452452
return 0;
453453
}
454454

0 commit comments

Comments
 (0)