Skip to content
Snippets Groups Projects
Commit acf1041f authored by Per Lindgren's avatar Per Lindgren
Browse files

bare2 and bare3

parent 95c41b02
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,9 @@ fn main() -> ! { ...@@ -44,9 +44,9 @@ fn main() -> ! {
loop {} loop {}
} }
// 1. Build and run the application (debug build) // 1. Build and run the application (debug build).
// //
// What is the output in the `openocd` (Adapter Output) console // What is the output in the `openocd` (Adapter Output) console?
// //
// ** your answer here ** // ** your answer here **
// //
...@@ -72,7 +72,7 @@ fn main() -> ! { ...@@ -72,7 +72,7 @@ fn main() -> ! {
// //
// commit your answers (bare3_1) // commit your answers (bare3_1)
// //
// 2. Make types of `s`, `bs`, `c`, `a`, `i` explicit // 2. Make types of `s`, `bs`, `c`, `a`, `i` explicit.
// //
// commit your answers (bare3_2) // commit your answers (bare3_2)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment