From 371584864e493d4cc3bd916fc27ce9924c9a91a5 Mon Sep 17 00:00:00 2001 From: Anton <anton.frappe@outlook.com> Date: Thu, 11 Mar 2021 16:25:03 +0100 Subject: [PATCH] bare8_4 --- examples/rtic_bare8.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rtic_bare8.rs b/examples/rtic_bare8.rs index 32c3ca5..f60d466 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 ** +// 1 // // How did the added tracing/instrumentation affect the behavior? // -// ** your answer here ** +// Made it worse since there are more instructions. // // Commit your answer (bare8_3) // @@ -178,7 +178,7 @@ const APP: () = { // // Experiment a bit, what is the max length sequence you can receive without errors? // -// ** your answer here ** +// 4 // // Commit your answer (bare8_4) // -- GitLab