Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Tested:

## Documentation

All the documentation is accessible [here](./docs/00_index.md).
All the documentation is accessible [here](./docs/00-index.md).

## Content

Expand Down
2 changes: 1 addition & 1 deletion src/eyeTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@

%% Add tag during the recording (e.g. trial_type)

message = varargin;
message = varargin{1};

% EyeLink Stop recording the block.
Eyelink('Message', message);
Expand Down