Skip to content

Commit

Permalink
Update BoardShim.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1994 committed Oct 16, 2023
1 parent 0071b9c commit 3caf957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matlab_package/brainflow/BoardShim.m
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function log_message(log_level, message)
end

function rotation_channels = get_rotation_channels(board_id, preset)
% get accel channels for provided board id
% get rotation channels for provided board id
task_name = 'get_rotation_channels';
lib_name = BoardShim.load_lib();
num_channels = libpointer('int32Ptr', 0);
Expand Down Expand Up @@ -491,4 +491,4 @@ function insert_marker(obj, value, preset)

end

end
end

0 comments on commit 3caf957

Please sign in to comment.