diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs index 734e3411fc8870b701551ab122034727b5910e4e..d5b4df474aa8b98ca72568dd29ea037ee5994f43 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -352,11 +352,11 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // Does the code compile? // -// ** your answer here ** +// Yes // // What happens at run-time? // -// ** your answer here ** +// The led flashes rather fast // // Is that a correct? // diff --git a/pictures/bare_6_48mhz_low_speed.jpg b/pictures/bare_6_48mhz_low_speed.jpg new file mode 100644 index 0000000000000000000000000000000000000000..eef8b9b249aacca7f6241dc63e014df6b652a09c Binary files /dev/null and b/pictures/bare_6_48mhz_low_speed.jpg differ