From 9a6aa7a7da9e07865ae8dd8355468b5d2ca9d67e Mon Sep 17 00:00:00 2001
From: Josef Utbult <josutb-7@student.ltu.se>
Date: Tue, 16 Mar 2021 17:44:08 +0100
Subject: [PATCH] bare6_1

---
 examples/rtic_bare6.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs
index f638ef0..83a53cd 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)
 //
-- 
GitLab