From 7878cbdca061f0687cb9961345165d1d7dd2e52a Mon Sep 17 00:00:00 2001
From: Emil Kitti <emil.kitti@outlook.com>
Date: Fri, 26 Jan 2018 20:34:42 +0100
Subject: [PATCH] bare1_1

---
 examples/bare1.rs | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/examples/bare1.rs b/examples/bare1.rs
index 696de88..8a72d9a 100644
--- a/examples/bare1.rs
+++ b/examples/bare1.rs
@@ -41,10 +41,12 @@ fn main() {
 // when debugging the application it should get stuck in the
 // loop, (press pause/suspend to verify this).
 // what is the output in the ITM console
-// ** your answer here **
+//
+// ITM: Hello World
 //
 // what is the output in the semihosting (openocd) console
-// ** your answer here **
+//
+// SEMIHOSTING: Hello World
 //
 // commit your answers (bare1_1)
 //
-- 
GitLab