mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
updated m3 kernel version
This commit is contained in:
Binary file not shown.
@ -188,9 +188,7 @@ int checkKernelVersion() {
|
||||
#ifdef VIRTUAL
|
||||
return OK;
|
||||
#endif
|
||||
char version[255]={0};
|
||||
strcpy(version, KERNEL_DATE_VRSN);
|
||||
return validateKernelVersion(version, sizeof(version));
|
||||
return validateKernelVersion(KERNEL_DATE_VRSN);
|
||||
}
|
||||
|
||||
int checkType() {
|
||||
|
Reference in New Issue
Block a user