From 3293332d1ae96f31c7f1619b2e9481b6bd71cb37 Mon Sep 17 00:00:00 2001
From: tommy <anetom-6@student.ltu.se>
Date: Tue, 9 Mar 2021 13:52:32 +0100
Subject: [PATCH] bare5 fix

---
 examples/rtic_bare5.rs | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/examples/rtic_bare5.rs b/examples/rtic_bare5.rs
index 6c88f9a..1135230 100644
--- a/examples/rtic_bare5.rs
+++ b/examples/rtic_bare5.rs
@@ -182,8 +182,6 @@ const APP: () = {
 
         // test_modify();
 
-        test_modify();
-
 
         loop {
             // set PA5 high
@@ -247,6 +245,6 @@ const APP: () = {
 //    What if we could automatically generate that from Vendors specifications (SVD files)?
 //    Wouldn't that be great?
 //
-//    I got the first assert to work. But I don't understand the second. What are we supposed to do?
+//    ** your answer here **
 //
 //    Commit your answers (bare5_2)
-- 
GitLab