Pont Architecture Time Triggered OS

Dependencies:   mbed ITG3200

Committer:
Lachrymosa
Date:
Thu Oct 27 22:01:30 2011 +0000
Revision:
0:823a9a4db739
Incomplete Time Triggered OS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Lachrymosa 0:823a9a4db739 1 #ifndef CONSTANT_H_GUARD
Lachrymosa 0:823a9a4db739 2 #define CONSTANT_H_GUARD
Lachrymosa 0:823a9a4db739 3 #define NumTask (1) // change for number of array spaces.
Lachrymosa 0:823a9a4db739 4 #define ArrayFull (-1) //If SCHAddTask runs out of room before adding task.
Lachrymosa 0:823a9a4db739 5 #define NothingFound (-2) //If the remove fails due to lack of something to remove.
Lachrymosa 0:823a9a4db739 6 #endif