diff --git a/examples/bare8.rs b/examples/bare8.rs index b889d6c41671797308d5359078bf4141eb1d7230..d2915b20d613ae336415bb18e9195e588fcec826 100644 --- a/examples/bare8.rs +++ b/examples/bare8.rs @@ -90,7 +90,7 @@ const APP: () = { // 0. Compile and run the example. Notice, we use the default 16MHz clock. // -// > cargo build --example bare7 --features "hal rtfm" +// > cargo build --example bare8 --features "hal rtfm" // (or use the vscode build task) // // The "hal" feature enables the optional dependencies stm32f4xx-hal and rtfm". @@ -114,7 +114,7 @@ const APP: () = { // // 1. Our CPU now runs slower, did it effect the behavior? // -// ** your answer here ** +// ** The Error Overrun is achieved with fewer characters ** // // Commit your answer (bare8_1) //