mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-04-27 07:00:43 +02:00
c05d5a37cd
Build on RHEL8 docker image / build (push) Failing after 0s
Build on RHEL9 docker image / build (push) Failing after 1s
Build and Deploy on local RHEL9 / build (push) Successful in 2m5s
Build and Deploy on local RHEL8 / build (push) Successful in 5m0s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m42s
Run Simulator Tests on local RHEL8 / build (push) Successful in 17m7s
* updated binaries and fixed a warning by moving the usleep_bf to blackfin.c * suppressed warnings * cleaned up docs * renamed function --------- Co-authored-by: Alice <alice.mazzoleni@psi.ch>
13 lines
471 B
C
13 lines
471 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define APILIB "0.0.0 0x250909"
|
|
#define APIRECEIVER "0.0.0 0x250822"
|
|
#define APICTB "0.0.0 0x260421"
|
|
#define APIGOTTHARD2 "0.0.0 0x260420"
|
|
#define APIMOENCH "0.0.0 0x260420"
|
|
#define APIEIGER "0.0.0 0x260420"
|
|
#define APIXILINXCTB "0.0.0 0x260420"
|
|
#define APIJUNGFRAU "0.0.0 0x260420"
|
|
#define APIMYTHEN3 "0.0.0 0x260420"
|