Merge pull request #229 from joseogandoj/patch-1

Update testj1939.c
pull/231/head
Marc Kleine-Budde 2020-07-31 08:21:17 +02:00 committed by GitHub
commit bad90515f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ int main(int argc, char *argv[])
printf("\n%05x ", j);
j = 0;
}
printf(" %02x", dat[j]);
printf(" %02x", dat[i]);
}
printf("\n");
}