Skip to content

Commit bd2a7bf

Browse files
nordic-baminordic-piks
authored andcommitted
tests: drivers: adc: Fix ADC latency test
Remove some too short tACQ test settings Signed-off-by: Bartosz Miller <[email protected]>
1 parent 0ad8324 commit bd2a7bf

File tree

1 file changed

+0
-3
lines changed
  • tests/drivers/adc/adc_latency/src

1 file changed

+0
-3
lines changed

tests/drivers/adc/adc_latency/src/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ static void test_adc_latency(uint32_t acquisition_time_us, uint32_t sampling_int
144144
ZTEST(adc_latency, test_adc_read_call_latency)
145145
{
146146
#if defined(CONFIG_SOC_NRF54H20) || defined(CONFIG_SOC_NRF54L15)
147-
test_adc_latency(5, 40, 9);
148-
test_adc_latency(5, 40, 99);
149-
test_adc_latency(5, 40, 499);
150147
test_adc_latency(20, 100, 9);
151148
test_adc_latency(20, 100, 99);
152149
test_adc_latency(20, 100, 499);

0 commit comments

Comments
 (0)