Nurbol Nurdaulet / globals

Dependents:   state_machine_modes25_11_11 state_machine_modes29_11_11 state_machine_modes_1_12_11 state_machine_modes_1_12_11_11h

Files at this revision

API Documentation at this revision

Comitter:
Nurbol
Date:
Tue Nov 29 00:23:50 2011 +0000
Parent:
0:ca74c2573e8d
Commit message:

Changed in this revision

globals.h Show annotated file Show diff for this revision Revisions of this file
--- a/globals.h	Wed Nov 09 17:09:08 2011 +0000
+++ b/globals.h	Tue Nov 29 00:23:50 2011 +0000
@@ -1,18 +1,18 @@
-//
-// globals.h : file to hold some general global defines, 
-// =========
-//
-#include    "mbed.h"
-
-#ifndef     GLOBALS_H
-#define     GLOBALS_H
-
-#define     FOREVER     for(;;)
-
-//
-// I/O objects defined elswhere
-//
-extern Serial      pc;   // allows this object to be seen in all other files
-
-
+//
+// globals.h : file to hold some general global defines, 
+// =========
+//
+#include    "mbed.h"
+
+#ifndef     GLOBALS_H
+#define     GLOBALS_H
+
+#define     FOREVER     for(;;)
+
+//
+// I/O objects defined elswhere
+//
+extern Serial      pc;   // allows this object to be seen in all other files
+
+
 #endif
\ No newline at end of file