From 7aad5a83673a24c6b2934882108b996399efec54 Mon Sep 17 00:00:00 2001 From: anttib-5 <anttib-5@student.ltu.se> Date: Sun, 10 Mar 2019 16:17:24 +0100 Subject: [PATCH] bare7_4 --- examples/bare7.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bare7.rs b/examples/bare7.rs index cac76e1..cad8d82 100644 --- a/examples/bare7.rs +++ b/examples/bare7.rs @@ -202,11 +202,11 @@ fn main() -> ! { // // What did you receive, and what was the output of the ITM trace. // -// ** your answer here ** +// 97, 98, 99, 100 in a loop // // Explain why the buffer overflows. // -// ** your answer here ** +// We will recieve a new byte that has to be read and written before the serial has had the time to flush. // // commit your answers (bare7_4) // -- GitLab