mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 14:27:13 +02:00
wip
This commit is contained in:
@ -3730,7 +3730,7 @@ int program_fpga(int file_des) {
|
|||||||
memset(checksum, 0, MAX_STR_LENGTH);
|
memset(checksum, 0, MAX_STR_LENGTH);
|
||||||
if (receiveData(file_des, checksum, MAX_STR_LENGTH, OTHER) < 0)
|
if (receiveData(file_des, checksum, MAX_STR_LENGTH, OTHER) < 0)
|
||||||
return printSocketReadError();
|
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
|
// open file and allocate memory for part program
|
||||||
FILE *fd = NULL;
|
FILE *fd = NULL;
|
||||||
|
Reference in New Issue
Block a user