mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
wip
This commit is contained in:
parent
4badb1141c
commit
2002a67ae2
@ -161,7 +161,7 @@ int startCopyingFPGAProgram(FILE **fd, uint64_t fsize, char *mess) {
|
|||||||
if (fsize >= info.freeram) {
|
if (fsize >= info.freeram) {
|
||||||
sprintf(mess,
|
sprintf(mess,
|
||||||
"Could not program fpga. Not enough memory to copy "
|
"Could not program fpga. Not enough memory to copy "
|
||||||
"program. [File size:l%dMB, free RAM: l%dMB]\n",
|
"program. [File size:%ldMB, free RAM: %ldMB]\n",
|
||||||
(fsize / (1024 * 1024)), (info.freeram / (1024 * 1024)));
|
(fsize / (1024 * 1024)), (info.freeram / (1024 * 1024)));
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user