diff --git a/examples/rtic_bare6.rs b/examples/rtic_bare6.rs
index 422b0bf9acc4f5803b5a3eb1146849935b222406..3c2ec1b102f0b7fc3853983a7d92fe4588afbfb3 100644
--- a/examples/rtic_bare6.rs
+++ b/examples/rtic_bare6.rs
@@ -280,15 +280,15 @@ fn clock_out(rcc: &RCC, gpioc: &GPIOC) {
 //
 //    What is the frequency of MCO2 read by the oscilloscope?
 //
-//    ** your answer here **
+//      11.8MHz
 //
 //    Compute the value of SYSCLK based on the oscilloscope reading.
 //
-//    ** your answer here **
+//      47.2MHz
 //
 //    What is the peak to peak reading of the signal?
 //
-//    ** your answer here **
+//      3.58V
 //
 //    Make a screen dump or photo of the oscilloscope output.
 //    Save the the picture as "bare_6_48mhz_high_speed".
diff --git a/pictures/bare_6_48mhz_high_speed.jpg b/pictures/bare_6_48mhz_high_speed.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ddadfc2fd62859e1a36c2748f29135486f7e7ff0
Binary files /dev/null and b/pictures/bare_6_48mhz_high_speed.jpg differ