diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs index f638ef0830e21833f7bc40a2bb02a5ef909bed09..83a53cdabe8e13acbec65c420f3586f494e1dc7c 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -235,15 +235,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // What is the (default) MCU (SYSCLK) frequency? // -// ** your answer here ** +// 48 MHz I think // // What is the (default) DWT CYCCNT frequency? // -// ** your answer here ** +// It looks like it is 8 KHz, but im not sure // // What is the frequency of blinking? // -// ** your answer here ** +// 1Hz // // Commit your answers (bare6_1) //