Skip to content

Commit ca84070

Browse files
committed
Merge remote-tracking branch 'origin/marco_refactor-ET' into marco_refactor-ET
2 parents d5c60dc + 5988726 commit ca84070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/eyeTracker.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171

7272
% Make sure that we get gaze data from the Eyelink.
7373
Eyelink('Command', 'link_sample_data = LEFT,RIGHT,GAZE,AREA');
74-
Eyelink('command', 'link_event_data = GAZE,GAZERES,HREF,AREA,VELOCITY');
75-
Eyelink('command', 'link_event_filter = LEFT,RIGHT,FIXATION,BLINK,SACCADE,BUTTON');
74+
Eyelink('Command', 'link_event_data = GAZE,GAZERES,HREF,AREA,VELOCITY');
75+
Eyelink('Command', 'link_event_filter = LEFT,RIGHT,FIXATION,BLINK,SACCADE,BUTTON');
7676

7777
%% Calibration
7878

0 commit comments

Comments
 (0)