Pont Architecture Time Triggered OS

Dependencies:   mbed ITG3200

Revision:
0:823a9a4db739
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Constants.h	Thu Oct 27 22:01:30 2011 +0000
@@ -0,0 +1,6 @@
+#ifndef CONSTANT_H_GUARD
+#define CONSTANT_H_GUARD
+#define NumTask (1) // change for number of array spaces.
+#define ArrayFull (-1) //If SCHAddTask runs out of room before adding task.
+#define NothingFound (-2) //If the remove fails due to lack of something to remove.
+#endif
\ No newline at end of file