Skip to content

Commit

Permalink
Adding workaround for bugs in MATLAB.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed Sep 30, 2024
1 parent 0749a28 commit 7453d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/src/bossdevice.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function initOscillationProps(obj)
end

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

Expand Down

0 comments on commit 7453d7b

Please sign in to comment.