Skip to content
Snippets Groups Projects
Commit 1b4c9c03 authored by Henrik Theolin's avatar Henrik Theolin
Browse files

bare8_1

parent 3d162c1e
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ const APP: () = { ...@@ -90,7 +90,7 @@ const APP: () = {
// 0. Compile and run the example. Notice, we use the default 16MHz clock. // 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) // (or use the vscode build task)
// //
// The "hal" feature enables the optional dependencies stm32f4xx-hal and rtfm". // The "hal" feature enables the optional dependencies stm32f4xx-hal and rtfm".
...@@ -114,7 +114,7 @@ const APP: () = { ...@@ -114,7 +114,7 @@ const APP: () = {
// //
// 1. Our CPU now runs slower, did it effect the behavior? // 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) // Commit your answer (bare8_1)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment