more ARRAYLEN

This commit is contained in:
Philippe Teuwen 2019-08-01 00:14:09 +02:00
commit 733a7d836d
12 changed files with 20 additions and 20 deletions

View file

@ -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++);
}