mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 19:04:58 +01:00
external signals
This commit is contained in:
@@ -44,7 +44,7 @@ int findFlash(char *mess) {
|
||||
if (fp == NULL) {
|
||||
strcpy(mess, "popen returned NULL. Need that to get mtd drive.\n");
|
||||
LOG(logERROR, (mess));
|
||||
return RO_TRIGGER_IN_FALLING_EDGE;
|
||||
return FAIL;
|
||||
}
|
||||
if (fgets(output, sizeof(output), fp) == NULL) {
|
||||
strcpy(mess, "fgets returned NULL. Need that to get mtd drive.\n");
|
||||
|
||||
Reference in New Issue
Block a user