From d43915f40cc6ab338e3b3c700cd021ed6e45a938 Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Fri, 26 Feb 2021 14:37:36 +0100
Subject: [PATCH] rtic_bare1.rs typo fixed

---
 examples/rtic_bare1.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/rtic_bare1.rs b/examples/rtic_bare1.rs
index bf7a506..11248f4 100644
--- a/examples/rtic_bare1.rs
+++ b/examples/rtic_bare1.rs
@@ -222,7 +222,7 @@ const APP: () = {
 //
 //    ** your answer here **
 //
-//    Commit your answer (bare1_3)
+//    Commit your answer (bare1_4)
 //
 // 5. Now we can remove the break point (click the `Remove All Breakpoints`),
 //    and instead uncomment the two breakpoint instructions (on lines 23 and 25).
-- 
GitLab