This commit is contained in:
maliakal_d 2021-06-04 16:52:48 +02:00
parent 28c1e2491b
commit 6949e22bf8

View File

@ -1055,7 +1055,7 @@ int Feb_Control_SoftwareTrigger(int block) {
usleep(0); usleep(0);
// get current toggle value // get current toggle value
if (!Feb_Control_GetExposureToggle(&toggle, &exposure)) { if (!Feb_Control_GetExposureStatus(&toggle, &exposure)) {
return 0; return 0;
} }