aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf51422/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nrf51422/src')
-rw-r--r--tests/nrf51422/src/bin/timer.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/nrf51422/src/bin/timer.rs b/tests/nrf51422/src/bin/timer.rs
index 93f4c2b1c..cf9ea41a8 100644
--- a/tests/nrf51422/src/bin/timer.rs
+++ b/tests/nrf51422/src/bin/timer.rs
@@ -18,7 +18,6 @@ async fn main(_spawner: Spawner) {
18 let ms = (end - start).as_millis(); 18 let ms = (end - start).as_millis();
19 info!("slept for {} ms", ms); 19 info!("slept for {} ms", ms);
20 assert!(ms >= 99); 20 assert!(ms >= 99);
21 assert!(ms < 110);
22 21
23 info!("Test OK"); 22 info!("Test OK");
24 cortex_m::asm::bkpt(); 23 cortex_m::asm::bkpt();