From 86e54ab8daf69f2be002a8cf76ecc9f61e63a40c Mon Sep 17 00:00:00 2001 From: Josef Utbult <josutb-7@student.ltu.se> Date: Tue, 23 Mar 2021 13:42:47 +0100 Subject: [PATCH] bare6_6 --- 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 cb27dbb..7ce4b69 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -323,7 +323,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // Did the frequency change in comparison to assignment 5? // -// ** your answer here ** +// No it didnt // // What is the peak to peak reading of the signal (and why did it change)? // -- GitLab