diff --git a/examples/rtic_bare9.rs b/examples/rtic_bare9.rs index a1fc61c6b3a97855fc50f1fb85419a0bfe7c27ce..62c0b1182137eb0f2373ff5760d3fd6b37739c9e 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. If more than 3 bytes are sent, it goes into panic // // 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.