diff --git a/examples/bare1.rs b/examples/bare1.rs index 94b99d08183c8f821584434c8a3cd02f15efcb80..2db199a217f20afc740eafe8a9c518759c320bda 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) //