diff --git a/examples/bare8.rs b/examples/bare8.rs index 1278f88f145ae6ed910dc8cbdb79c4067895eb73..48d7f188f853acc460dc7b12c74943727c5b8811 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)