From 3d8d588b469c3fc043cdcd63fb0e2652a9755df1 Mon Sep 17 00:00:00 2001 From: Josef Utbult <josutb-7@student.ltu.se> Date: Tue, 23 Mar 2021 14:53:38 +0100 Subject: [PATCH] bare9_1 --- examples/rtic_bare9.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rtic_bare9.rs b/examples/rtic_bare9.rs index a1fc61c..62c0b11 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. -- GitLab