This commit is contained in:
2021-06-25 17:13:40 +02:00
parent 1b525abfa1
commit 8b22b5dbe7
3 changed files with 1 additions and 3 deletions

View File

@ -1045,7 +1045,6 @@ 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)) {