diff --git a/examples/bare6.rs b/examples/bare6.rs index bda939160cc3cbcb37c4063fca60611ed98f5f05..d1df5bf6c8ad0f37fa5501abb42b6742a2f94085 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? // -// ** your answer here ** +// It is blinking with a 2 second intervall // // commit your answers (bare6_1) //