diff --git a/examples/rtic_bare8.rs b/examples/rtic_bare8.rs
index ce3334f607262d75b8c662fdc215a8e38bf5d6f3..386274c74fa844f76269a299bdba9bd325cf4a8d 100644
--- a/examples/rtic_bare8.rs
+++ b/examples/rtic_bare8.rs
@@ -162,11 +162,11 @@ const APP: () = {
 //
 // 3. Experiment a bit, what is the max length sequence you can receive without errors?
 //
-//    ** your answer here **
+//      Still seems to be 2 bytes
 //
 //    How did the added tracing/instrumentation affect the behavior?
 //
-//    ** your answer here **
+//      It didnt realy effect anything for me...
 //
 //    Commit your answer (bare8_3)
 //