Skip to content

Commit 0a8a3e9

Browse files
authored
Always check if SLRT target support package is installed.
1 parent 74f27a2 commit 0a8a3e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

toolbox/src/bossdevice.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ function initOscillationProps(obj)
7979
end
8080

8181
% Verify if SLRT Target Support Package is installed
82-
if ~batchStartupOptionUsed
83-
bossapi.tg.checkSLRTSupportPkg;
84-
end
82+
bossapi.tg.checkSLRTSupportPkg;
8583

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

0 commit comments

Comments
 (0)