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