Dummy program to demonstrate problems: working code

Dependencies:   SLCD mbed-rtos mbed

Fork of MNG_TC by Shreesha S

Revision:
8:cb93c1d3209a
Parent:
2:994e741028c7
Child:
12:f41a11dc0119
Child:
13:7b27a8e9cbb4
--- a/Structures.h	Mon Jul 06 05:00:29 2015 +0000
+++ b/Structures.h	Mon Jul 13 10:21:45 2015 +0000
@@ -9,7 +9,12 @@
     unsigned char apid;
     bool abort_on_nack;
     bool enabled;
-    bool valid_execution;
+    unsigned char exec_status;
+    /*
+    0 : not executed
+    1 : executed successfully
+    2 : execution failed
+    */
 
     struct TC_list *next_TC;