From 108331bc9db5bc6b25ccfa42f5bd4b230372c20b Mon Sep 17 00:00:00 2001 From: Anton <anton.frappe@outlook.com> Date: Thu, 18 Mar 2021 12:14:16 +0100 Subject: [PATCH] added clarification on bare6_2 --- 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 f3b965f..4ba4e82 100644 --- a/examples/rtic_bare6.rs +++ b/examples/rtic_bare6.rs @@ -256,7 +256,7 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) { // // Compute the value of SYSCLK based on the oscilloscope reading // -// about 4MHz +// about 4MHz on PC9 which corresponds to 16MHz on sysclk. // // What is the peak to peak (voltage) reading of the signal? // -- GitLab