Skip to content

Commit

Permalink
Remove data arg for DDS source
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Jul 17, 2024
1 parent 7c5ddc4 commit abf4e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +adi/+AD9081/Tx.m
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function setupImpl(obj, data)
if strcmp(obj.DataSource,'DMA')
[email protected](obj, data);
else
[email protected](obj, data);
[email protected](obj);
end
if obj.SkipInit
obj.phyDev = getDev(obj, obj.phyDevName);
Expand Down

0 comments on commit abf4e88

Please sign in to comment.