CHG: moved a defince arraylen into util.h and changed to uppercase.

This commit is contained in:
iceman1001 2016-08-04 21:54:11 +02:00
commit 52eeaef568
5 changed files with 44 additions and 56 deletions

View file

@ -174,7 +174,7 @@ int CmdTIDemod(const char *Cmd)
uint32_t shift3 = 0x7e000000, shift2 = 0, shift1 = 0, shift0 = 0;
for (i = 0; i < arraylen(bits)-1; i++) {
for (i = 0; i < ARRAYLEN(bits)-1; i++) {
int high = 0;
int low = 0;
int j;