Skip to content

Commit

Permalink
Revert gain setting in testADRV9002ManualGainControlError
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthPagadarai authored Oct 11, 2024
1 parent b1b558c commit 3897320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ADRV9002Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function testADRV9002ManualGainControlError(testCase)
rx.CustomStreamFileName = which('lte_5_cmos_api_68_0_6.stream');

rx.DigitalGainControlModeChannel0 = 'spi';
rx.InterfaceGainChannel0 = '0dB';
rx.InterfaceGainChannel0 = '6dB';
verifyError(testCase, @() rx(), ?MException);
end

Expand Down

0 comments on commit 3897320

Please sign in to comment.