mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
updated kernel date for gotthard2, checking kernel code similar for blackfin and nios, need to add date for m3
This commit is contained in:
Binary file not shown.
@ -188,7 +188,9 @@ int checkKernelVersion() {
|
||||
#ifdef VIRTUAL
|
||||
return OK;
|
||||
#endif
|
||||
return validateKernelVersion(KERNEL_DATE_VRSN);
|
||||
char version[255]={0};
|
||||
strcpy(version, KERNEL_DATE_VRSN);
|
||||
return validateKernelVersion(version, sizeof(version));
|
||||
}
|
||||
|
||||
int checkType() {
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include "sls/sls_detector_defs.h"
|
||||
|
||||
#define REQRD_FRMWRE_VRSN (0x210527)
|
||||
#define KERNEL_DATE_VRSN "Wed May 20 13:58:38 CEST 2020"
|
||||
#define KERNEL_DATE_VRSN "Mon May 10 18:00:21 CEST 2021"
|
||||
#define ID_FILE "detid_gotthard2.txt"
|
||||
|
||||
#define LINKED_SERVER_NAME "gotthard2DetectorServer"
|
||||
|
Reference in New Issue
Block a user