Skip to content

Commit 3897320

Browse files
Revert gain setting in testADRV9002ManualGainControlError
1 parent b1b558c commit 3897320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ADRV9002Tests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function testADRV9002ManualGainControlError(testCase)
321321
rx.CustomStreamFileName = which('lte_5_cmos_api_68_0_6.stream');
322322

323323
rx.DigitalGainControlModeChannel0 = 'spi';
324-
rx.InterfaceGainChannel0 = '0dB';
324+
rx.InterfaceGainChannel0 = '6dB';
325325
verifyError(testCase, @() rx(), ?MException);
326326
end
327327

0 commit comments

Comments
 (0)