Round robin Scheduler

Dependencies:   mbed

Revision:
0:cf2d4c337b6f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globals.c	Thu Sep 09 14:09:14 2010 +0000
@@ -0,0 +1,30 @@
+/*****************************************************************************
+******************************************************************************
+**
+** Function :- global.c
+**
+** Description :-
+** -----------
+** Main just declares the static storage
+**
+**
+** Author :- Tim Exton-McGuinness
+**
+** Date Written :- June 2006
+**
+** Project :- Cut To Mark
+**
+** Argument list
+** -------------
+** none
+**
+** Amendment History
+** -----------------
+** No.        Date        Actioned by            Remarks
+** ----     ----        -----------            -------
+** 1        9/6/06        TEM                    Initial release */
+
+#define    driver_static
+
+#include    "globals.h"
+