This commit is contained in:
maliakal_d 2021-06-25 17:07:53 +02:00
parent 1360fbac87
commit a097687a69

View File

@ -1045,6 +1045,7 @@ int Feb_Control_SendSoftwareTrigger() {
int Feb_Control_SoftwareTrigger(int block) {
if (Feb_Control_activated) {
LOG(logINFORED, ("block:%d\n", block));
// cant read reg
int readyForTrigger = 0;
if (!Feb_Control_IsReadyForTrigger(&readyForTrigger)) {