From 1b4c9c03a9c2d254614bb74e08e826db9b572b96 Mon Sep 17 00:00:00 2001 From: "henthe-5@student.ltu.se" <henthe-5@student.ltu.se> Date: Wed, 6 Mar 2019 10:49:51 +0100 Subject: [PATCH] bare8_1 --- examples/bare8.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bare8.rs b/examples/bare8.rs index b889d6c..d2915b2 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) // -- GitLab