From 86b5e5e51be6b431d4e64812ec1789b2bb8cd65e Mon Sep 17 00:00:00 2001 From: Josef Utbult <josutb-7@student.ltu.se> Date: Tue, 23 Mar 2021 14:20:00 +0100 Subject: [PATCH] bare8_4 --- examples/rtic_bare8.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rtic_bare8.rs b/examples/rtic_bare8.rs index 386274c..a32510f 100644 --- a/examples/rtic_bare8.rs +++ b/examples/rtic_bare8.rs @@ -178,7 +178,7 @@ const APP: () = { // // Experiment a bit, what is the max length sequence you can receive without errors? // -// ** your answer here ** +// Now it is able to handle 6 bytes without retransmit the incorrect result // // Commit your answer (bare8_4) // -- GitLab