Skip to content

Commit

Permalink
Always check if SLRT target support package is installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum authored Sep 30, 2024
1 parent 74f27a2 commit 0a8a3e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions toolbox/src/bossdevice.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ function initOscillationProps(obj)
end

% Verify if SLRT Target Support Package is installed
if ~batchStartupOptionUsed
bossapi.tg.checkSLRTSupportPkg;
end
bossapi.tg.checkSLRTSupportPkg;

% Get bossdevice API toolbox path
obj.toolboxPath = fileparts(fileparts(which(mfilename)));
Expand Down

0 comments on commit 0a8a3e9

Please sign in to comment.