diff options
Diffstat (limited to 'tests/nrf52840/src/bin')
| -rw-r--r-- | tests/nrf52840/src/bin/timer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/nrf52840/src/bin/timer.rs b/tests/nrf52840/src/bin/timer.rs index 2a147e7ba..117947a94 100644 --- a/tests/nrf52840/src/bin/timer.rs +++ b/tests/nrf52840/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(); |
