Skip to content

Commit 0749a28

Browse files
committed
Revert "Always check if SLRT target support package is installed."
This reverts commit 0a8a3e9.
1 parent 0a8a3e9 commit 0749a28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

toolbox/src/bossdevice.m

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

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

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

0 commit comments

Comments
 (0)