diff --git a/examples/rtic_bare2.rs b/examples/rtic_bare2.rs index 04266d7cbbfa598a29b99e95f7310f0c80c0967c..d4dc217225a267989d7ab5690de3029358cf091e 100644 --- a/examples/rtic_bare2.rs +++ b/examples/rtic_bare2.rs @@ -71,16 +71,20 @@ fn wait(i: u32) { // What is the output in the Adapter Output console? // (Notice, it will take a while we loop one million times at only 16 MHz.) // -// ** your answer here ** +// Start 21255840 +// End 188255923 +// Diff 167000083 // // Rebuild and run in (Cortex Release). // -// ** your answer here ** +// Start 1446208745 +// End 1450208761 +// Diff 4000016 // // Compute the ratio between debug/release optimized code // (the speedup). // -// ** your answer here ** +// The release version is 41.74 times faster than the debug version // // commit your answers (bare2_1) //