From d2d1a87311cfe6fc1b08ec34beee663a05200209 Mon Sep 17 00:00:00 2001 From: "henthe-5@student.ltu.se" <henthe-5@student.ltu.se> Date: Wed, 6 Mar 2019 11:05:17 +0100 Subject: [PATCH] bare8_4 --- examples/bare8.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare8.rs b/examples/bare8.rs index 1278f88..48d7f18 100644 --- a/examples/bare8.rs +++ b/examples/bare8.rs @@ -143,7 +143,7 @@ const APP: () = { // // How did the optimized build compare to the debug build (performance/lost bytes) // -// ** your answer here ** +// ** Can send 3 bytes without loosing data, before data could be lost even when sending 2 bytes. ** // // Commit your answer (bare8_4) -- GitLab