mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
add xilinx ctb api to --versions command
This commit is contained in:
@ -148,6 +148,8 @@ int main(int argc, char *argv[]) {
|
||||
strcpy(version, APIMYTHEN3);
|
||||
#elif GOTTHARD2D
|
||||
strcpy(version, APIGOTTHARD2);
|
||||
#elif XILINX_CHIPTESTBOARDD
|
||||
strcpy(version, APIXILINXCTB);
|
||||
#endif
|
||||
LOG(logINFO, ("SLS Detector Server Version: %s\n", version));
|
||||
exit(EXIT_SUCCESS);
|
||||
|
Reference in New Issue
Block a user