mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-03 19:30:04 +02:00
wip
This commit is contained in:
parent
d0794ca0aa
commit
a02e8099da
@ -3729,7 +3729,7 @@ int program_fpga(int file_des) {
|
|||||||
|
|
||||||
struct sysinfo info;
|
struct sysinfo info;
|
||||||
sysinfo(&info);
|
sysinfo(&info);
|
||||||
printf("freeram %ld ", info.freeram);
|
printf("freeram %ld\n", info.freeram);
|
||||||
/*
|
/*
|
||||||
// delete old /var/tmp/file
|
// delete old /var/tmp/file
|
||||||
char cmd[MAX_STR_LENGTH] = {0};
|
char cmd[MAX_STR_LENGTH] = {0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user