From c9572618878c1e5aea16a0c73f4b205541f9c368 Mon Sep 17 00:00:00 2001 From: anttib-5 <anttib-5@student.ltu.se> Date: Sat, 9 Mar 2019 18:30:58 +0100 Subject: [PATCH] bare6_1 --- examples/bare6.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bare6.rs b/examples/bare6.rs index 733f156..a129fda 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? // -// 2s, 0.5Hz +// 1s, 1Hz // // commit your answers (bare6_1) // @@ -165,7 +165,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { //` // What is the frequency of blinking? // -// ** your answer here ** +// 0.5s, 2Hz // // Commit your answers (bare6_3) // -- GitLab