mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
wip
This commit is contained in:
parent
ff5ab8413e
commit
be4dfcf499
@ -284,7 +284,7 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname,
|
||||
if (totalBytesRead == bytes) {
|
||||
printf("\n");
|
||||
for (int i = 16; i < 26; ++i) {
|
||||
printf("[0x%x] ", buf[i]);
|
||||
printf("[0x%02x] ", buf[i]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
@ -295,7 +295,7 @@ int verifyChecksumFromFlash(char *mess, char *clientChecksum, char *fname,
|
||||
if (totalBytesRead == bytes) {
|
||||
printf("after the fix\n");
|
||||
for (int i = 16; i < 26; ++i) {
|
||||
printf("[0x%x] ", buf[i]);
|
||||
printf("[0x%02x] ", buf[i]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user