From 50bc2181dc518847dc39cfd7a170a90ef246c1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20=C3=96sterberg?= <carl.vilhelms.osterberg@gmail.com> Date: Fri, 5 Mar 2021 16:49:00 +0100 Subject: [PATCH] new tasks are in --- examples/rtic_bare4.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/rtic_bare4.rs b/examples/rtic_bare4.rs index d6ccbee..ed77a98 100644 --- a/examples/rtic_bare4.rs +++ b/examples/rtic_bare4.rs @@ -102,7 +102,6 @@ const APP: () = { // //unsafe { core::ptr::read_volatile(addr as *const _) } // core::ptr::read_volatile(addr as *const _) // -// // What was the error message and explain why. // // error[E0133]: call to unsafe function is unsafe and requires unsafe function or block. -- GitLab