From f00153c88ba58e45167828b787c58af6137167dc Mon Sep 17 00:00:00 2001
From: Blinningjr <nicke.l@telia.com>
Date: Thu, 7 Jan 2021 16:21:07 +0100
Subject: [PATCH] timing_exam 1)

---
 examples/timing_exam.rs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/timing_exam.rs b/examples/timing_exam.rs
index f332239..6d3f264 100644
--- a/examples/timing_exam.rs
+++ b/examples/timing_exam.rs
@@ -61,10 +61,11 @@ const APP: () = {
         asm::bkpt();
 
         // 1) your code here to emulate timing behavior of t2
+        asm::delay(30_000);
         asm::bkpt();
 
         // 2) your code here to update T2_MAX_RP and
-        // break if deadline missed
+        // break if deadgine missed
     }
 
     // Deadline 50, Inter-arrival 50
@@ -76,6 +77,7 @@ const APP: () = {
         asm::bkpt();
 
         // 1) your code here to emulate timing behavior of t3
+        asm::delay(30_000);
         asm::bkpt();
 
         // 2) your code here to update T3_MAX_RP and
-- 
GitLab