diff --git a/examples/bare6.rs b/examples/bare6.rs index 733f1561cb6d17926fed1c39975578111d61bf5d..a129fda65cc5df1fc5a92c46d014713c827d943f 100644 --- a/examples/bare6.rs +++ b/examples/bare6.rs @@ -128,7 +128,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the frequency of blinking? // -// 2s, 0.5Hz +// 1s, 1Hz // // commit your answers (bare6_1) // @@ -165,7 +165,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { //` // What is the frequency of blinking? // -// ** your answer here ** +// 0.5s, 2Hz // // Commit your answers (bare6_3) //