diff --git a/examples/rtic_bare8.rs b/examples/rtic_bare8.rs index 386274c74fa844f76269a299bdba9bd325cf4a8d..a32510ff04cf437290de6d34954f0f6a6cf21a3a 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) //