mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-20 23:38:42 +01:00
updated server binaries
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -57,7 +57,7 @@ int DAC6571_Set(int val, char *mess) {
|
||||
// open file
|
||||
FILE *fd = fopen(DAC6571_DriverFileName, "w");
|
||||
if (fd == NULL) {
|
||||
sprintg(mess,
|
||||
sprintf(mess,
|
||||
"Could not open file %s for writing to set high voltage\n",
|
||||
DAC6571_DriverFileName);
|
||||
LOG(logERROR, (mess));
|
||||
|
||||
Binary file not shown.
@@ -3,10 +3,10 @@
|
||||
/** API versions */
|
||||
#define APILIB "0.0.0 0x250909"
|
||||
#define APIRECEIVER "0.0.0 0x250822"
|
||||
#define APICTB "0.0.0 0x250922"
|
||||
#define APIGOTTHARD2 "0.0.0 0x250909"
|
||||
#define APIMOENCH "0.0.0 0x250909"
|
||||
#define APIEIGER "0.0.0 0x250909"
|
||||
#define APIXILINXCTB "0.0.0 0x260128"
|
||||
#define APIJUNGFRAU "0.0.0 0x250909"
|
||||
#define APIMYTHEN3 "0.0.0 0x250922"
|
||||
#define APICTB "0.0.0 0x260210"
|
||||
#define APIGOTTHARD2 "0.0.0 0x260210"
|
||||
#define APIMOENCH "0.0.0 0x260210"
|
||||
#define APIEIGER "0.0.0 0x260210"
|
||||
#define APIXILINXCTB "0.0.0 0x260210"
|
||||
#define APIJUNGFRAU "0.0.0 0x260210"
|
||||
#define APIMYTHEN3 "0.0.0 0x260210"
|
||||
|
||||
Reference in New Issue
Block a user