mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 17:10:03 +02:00
wip
This commit is contained in:
parent
567f4bcab6
commit
15343c3b18
@ -3742,6 +3742,7 @@ int program_fpga(int file_des) {
|
|||||||
fclose(fd);
|
fclose(fd);
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// copying program part by part
|
// copying program part by part
|
||||||
uint64_t totalsize = filesize;
|
uint64_t totalsize = filesize;
|
||||||
while (ret != FAIL && filesize) {
|
while (ret != FAIL && filesize) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user