diff --git a/examples/bare7.rs b/examples/bare7.rs
index cac76e195e004eec1a047744def023390968df55..cad8d827d200217397f23e19e7a1c5ad81b32cf6 100644
--- a/examples/bare7.rs
+++ b/examples/bare7.rs
@@ -202,11 +202,11 @@ fn main() -> ! {
 //
 //    What did you receive, and what was the output of the ITM trace.
 //
-//    ** your answer here **
+//    97, 98, 99, 100 in a loop
 //
 //    Explain why the buffer overflows.
 //
-//    ** your answer here **
+//    We will recieve a new byte that has to be read and written before the serial has had the time to flush.
 //
 //    commit your answers (bare7_4)
 //