diff --git a/examples/rtic_bare9.rs b/examples/rtic_bare9.rs
index a1fc61c6b3a97855fc50f1fb85419a0bfe7c27ce..495730ff8a2d7a0e09d3f220b5659ec985a226de 100644
--- a/examples/rtic_bare9.rs
+++ b/examples/rtic_bare9.rs
@@ -148,7 +148,7 @@ const APP: () = {
 //
 //    Were you able to crash it?
 //
-//    ** your answer here **
+//    Yes, got a panick from Result::unwrap()
 //
 //    Notice, the input tracing in `moserial` seems broken, and may loose data.
 //    So don't be alarmed if data is missing, its a GUI tool after all.