From 32851c95dacdc8963e27e0c4acd17fac3677e787 Mon Sep 17 00:00:00 2001
From: Ridgep <ridpet-5@student.ltu.se>
Date: Sun, 10 Mar 2019 16:19:43 +0100
Subject: [PATCH] bare7_4

---
 examples/bare7.rs | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/examples/bare7.rs b/examples/bare7.rs
index d205905..93748bb 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)
 //
-- 
GitLab