mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
wip
This commit is contained in:
parent
3402ccb2d0
commit
2b4a46458c
@ -302,8 +302,8 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname,
|
|||||||
for (int i = 125; i < 128; ++i) {
|
for (int i = 125; i < 128; ++i) {
|
||||||
printf("%d:[0x%02x]\n", i, (uint8_t)buf[i]);
|
printf("%d:[0x%02x]\n", i, (uint8_t)buf[i]);
|
||||||
}
|
}
|
||||||
|
printf("\n");
|
||||||
}
|
}
|
||||||
printf("\n");
|
|
||||||
lastByte = buf[bytes];
|
lastByte = buf[bytes];
|
||||||
if (!MD5_Update(&c, buf, bytes)) {
|
if (!MD5_Update(&c, buf, bytes)) {
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user