Skip to content

Commit 7453d7b

Browse files
committed
Adding workaround for bugs in MATLAB.
1 parent 0749a28 commit 7453d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbox/src/bossdevice.m

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

8181
% Verify if SLRT Target Support Package is installed
82-
if ~batchStartupOptionUsed
82+
if ~batchStartupOptionUsed && isMATLABReleaseOlderThan('R2024b') % Should run always but using if due to two MATLAB bugs
8383
bossapi.tg.checkSLRTSupportPkg;
8484
end
8585

0 commit comments

Comments
 (0)