diff --git a/examples/bare7.rs b/examples/bare7.rs index d20590521ee9f904b959f2ea51ece48ed53aed17..93748bb696da6ebd91e458de0c2ec1f81be8f78f 100644 --- a/examples/bare7.rs +++ b/examples/bare7.rs @@ -203,11 +203,14 @@ fn main() -> ! { // // What did you receive, and what was the output of the ITM trace. // -// ** your answer here ** +// Ok 97 +// Ok 98 +// Ok 99 +// Ok 100 // // Explain why the buffer overflows. // -// ** your answer here ** +// It overflows because we read/write faster than the buffer memory can reset, so we are filling it up. // // commit your answers (bare7_4) //