From ce8c32061bb003603cf72c912f7e2e9bd27cef96 Mon Sep 17 00:00:00 2001 From: anttib-5 <anttib-5@student.ltu.se> Date: Sat, 9 Mar 2019 17:18:11 +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..cafa33f 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 ** +// 2s, 0.5Hz // // commit your answers (bare6_1) // -- GitLab