diff --git a/examples/rtic_bare5.rs b/examples/rtic_bare5.rs index 6c88f9a7df348343c64f74617dc9dacacfc25ab6..1135230b601b2deb75259fdcfe86214c7fe4ac8c 100644 --- a/examples/rtic_bare5.rs +++ b/examples/rtic_bare5.rs @@ -182,8 +182,6 @@ const APP: () = { // test_modify(); - test_modify(); - loop { // set PA5 high @@ -247,6 +245,6 @@ const APP: () = { // What if we could automatically generate that from Vendors specifications (SVD files)? // Wouldn't that be great? // -// I got the first assert to work. But I don't understand the second. What are we supposed to do? +// ** your answer here ** // // Commit your answers (bare5_2)