Skip to content

Commit 8ec15e3

Browse files
committed
reset target type to fixation cross target
1 parent 4c55e5b commit 8ec15e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setParameters.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
% target
136136
cfg.target.maxNbPerBlock = 1;
137137
cfg.target.duration = 0.1; % In secs
138-
cfg.target.type = 'static_repeat';
138+
cfg.target.type = 'fixation_cross';
139139
% 'fixation_cross' : the fixation cross changes color
140140
% 'static_repeat' : static dots are in the same position as previous trials
141141

0 commit comments

Comments
 (0)