mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
more ARRAYLEN
This commit is contained in:
parent
f276dca3f1
commit
733a7d836d
12 changed files with 20 additions and 20 deletions
|
@ -1495,7 +1495,7 @@ OUT:
|
|||
|
||||
uint16_t bar = 0;
|
||||
uint8_t j = 0;
|
||||
for (uint8_t m = 64; m < sizeof(found); m++) {
|
||||
for (uint8_t m = 64; m < ARRAYLEN(found); m++) {
|
||||
bar |= ((uint16_t)(found[m] & 1) << j++);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue