Skip to content

Commit a45664f

Browse files
committed
Increase allow lower adc_level
In the long run this test should be made more stable
1 parent 49be133 commit a45664f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/adc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mod tests {
7676
let adc_level: u16 = defmt::unwrap!(adc.read(&mut state.analog).ok());
7777
defmt::debug!("{}", adc_level);
7878
// nearly zero (always zero can not be guaranteed)
79-
assert!(adc_level <= 300);
79+
assert!(adc_level <= 500);
8080
}
8181

8282
// put adc back in place

0 commit comments

Comments
 (0)