From 70bd04d4abf2bde7b2d9b770a9873dd6e0f8a84c Mon Sep 17 00:00:00 2001 From: Josef Utbult <josutb-7@student.ltu.se> Date: Tue, 23 Mar 2021 14:17:11 +0100 Subject: [PATCH] bare8_3 --- examples/rtic_bare8.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rtic_bare8.rs b/examples/rtic_bare8.rs index ce3334f..386274c 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 ** +// Still seems to be 2 bytes // // How did the added tracing/instrumentation affect the behavior? // -// ** your answer here ** +// It didnt realy effect anything for me... // // Commit your answer (bare8_3) // -- GitLab