From 534a9539767674279ec8a1f1d69d70acf1a0d53a Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Thu, 15 Feb 2018 14:39:31 +0100 Subject: [PATCH] typo fixed --- examples/bare6.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bare6.rs b/examples/bare6.rs index 2ec90dd..0d06c19 100644 --- a/examples/bare6.rs +++ b/examples/bare6.rs @@ -174,7 +174,7 @@ fn idle(dwt: &mut DWT, rcc: &mut RCC, gpioa: &mut GPIOA) { // // commit your answers (bare6_5) // -// 6. now reprogram the PC9 to be "Low Speed", and re-run at 64Mz +// 6. now reprogram the PC9 to be "Low Speed", and re-run at 84Mz // // did the frequency change in comparison to assignment 5. // ** your answer here ** -- GitLab