Skip to content

Commit b474b02

Browse files
Update src/eyeTracker.m
Co-authored-by: Remi Gau <[email protected]>
1 parent 09c7482 commit b474b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eyeTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
%% Stop recording of eye-movements
162162

163163
% EyeLink Stop recording the block.
164-
Eyelink('Message', 'BLANK_SCREEN');
164+
Eyelink('Message', 'stop_recording');
165165

166166
% Add 100 msec of data to catch final events.
167167
WaitSecs(0.1);

0 commit comments

Comments
 (0)