diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs index cb27dbbafbdd0c46335764b42914c79148abfd6b..7ce4b6996640c1de41af868e823e9c35fc9b2cff 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -323,7 +323,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // Did the frequency change in comparison to assignment 5? // -// ** your answer here ** +// No it didnt // // What is the peak to peak reading of the signal (and why did it change)? //