Pont Architecture Time Triggered OS

Dependencies:   mbed ITG3200

Constants.h

Committer:
Lachrymosa
Date:
2011-10-27
Revision:
0:823a9a4db739

File content as of revision 0:823a9a4db739:

#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