From d98f345a3207a7a40689ab63e992be935ebd5b71 Mon Sep 17 00:00:00 2001 From: sheepwall <a.sve@live.se> Date: Tue, 12 Mar 2019 14:32:54 +0100 Subject: [PATCH] bare6_1 --- examples/bare6.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare6.rs b/examples/bare6.rs index bda9391..c606224 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 ** +// ** Period of 3.932 seconds from "on" to next "on", 0.2543 Hz. ** // // commit your answers (bare6_1) // -- GitLab