mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
wrong letter in variable name
This commit is contained in:
parent
b6bf652821
commit
7ea7465bbb
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void printDemodBuff()
|
||||||
|
|
||||||
// equally divided by 16
|
// equally divided by 16
|
||||||
if ( bitLen % 16 > 0)
|
if ( bitLen % 16 > 0)
|
||||||
bitLen = (bitlen/16);
|
bitLen = (bitLen/16);
|
||||||
|
|
||||||
for (i = 0; i <= (bitLen-16); i+=16) {
|
for (i = 0; i <= (bitLen-16); i+=16) {
|
||||||
PrintAndLog("%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i",
|
PrintAndLog("%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i%i",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue