diff --git a/examples/bare1.rs b/examples/bare1.rs index 696de888efbda691a6d5568a76a8f158ab988978..8a72d9a027b6d96464b2013109419862bd1c7549 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) //