mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
wip
This commit is contained in:
parent
088a8ea924
commit
bf14c1659a
@ -3730,7 +3730,7 @@ int program_fpga(int file_des) {
|
||||
memset(checksum, 0, MAX_STR_LENGTH);
|
||||
if (receiveData(file_des, checksum, MAX_STR_LENGTH, OTHER) < 0)
|
||||
return printSocketReadError();
|
||||
LOG(logINFOBLUE, ("checksum is: %s\n", checksum));
|
||||
LOG(logINFOBLUE, ("checksum is: %s\n\n", checksum));
|
||||
|
||||
// open file and allocate memory for part program
|
||||
FILE *fd = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user