diff --git a/examples/bare6.rs b/examples/bare6.rs
index 6e60f1830d3caa40faab48d8d02a0a1dd6edbd20..23b6ea6eb969fe3def761cca4f5a9d9addb0477d 100644
--- a/examples/bare6.rs
+++ b/examples/bare6.rs
@@ -62,7 +62,7 @@ fn clock_out(rcc: &mut RCC, gpioc: &mut GPIOC) {
     // ospeedr 0d00 = low speed
     gpioc
         .ospeedr
-        .modify(|_, w| unsafe { w.ospeedr9().bits(0b11) });
+        .modify(|_, w| unsafe { w.ospeedr9().bits(0b00) });
 }
 
 // user application
@@ -193,12 +193,15 @@ fn idle(dwt: &mut DWT, rcc: &mut RCC, gpioa: &mut GPIOA) {
 //
 // did the frequency change in comparison to assignment 5.
 // ** your answer here **
+//  no only mor stabile 225 KHz
 //
 // what is the peak to peak reading of the signal
 // ** your answer here **
-//
+//  1.6 V way higher
+// 
 // why does it differ?
 // ** your answer here **
+// With low speed do the controler manige to bake the changes in tiome and acurat
 //
 // make a screen dump or photo of the oscilloscope output
 // sove the the picture as "bare_6_84mhz_low_speed"