From 5ab62751e3ed746f03ebe882ffcaac094e1d3183 Mon Sep 17 00:00:00 2001 From: Ridgep <ridpet-5@student.ltu.se> Date: Thu, 7 Mar 2019 15:12:46 +0100 Subject: [PATCH] bare1_2 --- examples/bare1.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/bare1.rs b/examples/bare1.rs index 94b99d0..2db199a 100644 --- a/examples/bare1.rs +++ b/examples/bare1.rs @@ -55,10 +55,11 @@ fn main() -> ! { // loop, (press pause/suspend to verify this). // what is the output in the ITM console // -// ** your answer here ** +// Nothing, it is blank. // // What is the output in the semihosting (openocd) console -// ** your answer here ** +// +// "semihosting is enabled" is the last printed line. // // Commit your answers (bare1_1) // -- GitLab