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