aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/src/bin/stop.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/stm32/src/bin/stop.rs b/tests/stm32/src/bin/stop.rs
index 833ca05d0..cb3a5774c 100644
--- a/tests/stm32/src/bin/stop.rs
+++ b/tests/stm32/src/bin/stop.rs
@@ -70,9 +70,6 @@ async fn async_main(spawner: Spawner) {
70 70
71 rtc.set_datetime(now.into()).expect("datetime not set"); 71 rtc.set_datetime(now.into()).expect("datetime not set");
72 72
73 static RTC: StaticCell<Rtc> = StaticCell::new();
74 let rtc = RTC.init(rtc);
75
76 stop_with_rtc(rtc); 73 stop_with_rtc(rtc);
77 74
78 spawner.spawn(task_1().unwrap()); 75 spawner.spawn(task_1().unwrap());