We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f27a2 commit 0a8a3e9Copy full SHA for 0a8a3e9
toolbox/src/bossdevice.m
@@ -79,9 +79,7 @@ function initOscillationProps(obj)
79
end
80
81
% Verify if SLRT Target Support Package is installed
82
- if ~batchStartupOptionUsed
83
- bossapi.tg.checkSLRTSupportPkg;
84
- end
+ bossapi.tg.checkSLRTSupportPkg;
85
86
% Get bossdevice API toolbox path
87
obj.toolboxPath = fileparts(fileparts(which(mfilename)));
0 commit comments