From ce0b5b1ca9180e415e3cea3d90ba7aa9fd9277cc Mon Sep 17 00:00:00 2001
From: Tommy Andersson <klomega89@gmail.com>
Date: Mon, 15 Mar 2021 12:45:48 +0000
Subject: [PATCH] Update rtic_bare6.rs

---
 examples/rtic_bare6.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs
index 3e1188e..cdd5237 100644
--- a/examples/rtic_bare6.rs
+++ b/examples/rtic_bare6.rs
@@ -247,7 +247,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
 //
 //    What is the (default) DWT CYCCNT frequency?
 //
-//    ** your answer here **
+//      We assume it is 16 Mhz, but we could not find any data about it.
 //
 //    What is the frequency of blinking?
 //
-- 
GitLab