From 9bb774e980728b48b5d9bfbc303c872ddc690832 Mon Sep 17 00:00:00 2001 From: Anton <anton.frappe@outlook.com> Date: Thu, 11 Mar 2021 16:28:47 +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..495730f 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. -- GitLab