This commit is contained in:
iceman1001
2020-09-07 10:39:15 +02:00
parent 0be35a8e7e
commit 5d357a6039
13 changed files with 30 additions and 30 deletions

View File

@@ -615,8 +615,8 @@ int lf_read(bool verbose, uint32_t samples) {
}
}
// response is number of bits read
uint32_t size = (resp.data.asDwords[0] / 8);
// response is number of bits read
uint32_t size = (resp.data.asDwords[0] / 8);
getSamples(size, verbose);
return PM3_SUCCESS;
}