diff L1/include/l1_types.h @ 3:f93dab57b032

L1/include: TCS211-based version restored
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:45:00 +0000
parents 75a11d740a02
children
line wrap: on
line diff
--- a/L1/include/l1_types.h	Thu Jun 09 00:19:28 2016 +0000
+++ b/L1/include/l1_types.h	Thu Jun 09 00:45:00 2016 +0000
@@ -10,22 +10,14 @@
 //--------------------------------------
 // Basic DATA types used along L1 code.
 //--------------------------------------
-
-#ifndef __L1_TYPES_H__
-  #define __L1_TYPES_H__
-
 #if !defined (BOOL_FLAG)
   #define BOOL_FLAG
   typedef unsigned char  BOOL;
-#endif /* #if !defined (BOOL_FLAG) */
+#endif
 
-// FreeCalypso change
-#if 1 //(OP_L1_STANDALONE == 1)
- 
- 
+
 #if !defined (NUCLEUS) && !defined CHAR_FLAG
   #define CHAR_FLAG
-
   typedef          char  CHAR;
 #endif
 
@@ -38,17 +30,9 @@
 typedef unsigned long  UWORD32;
 typedef          long  WORD32;
 //--------------------------------------
- 
 
-#else
-  #include "global_types.h"
-#endif /* #if (OP_L1_STANDALONE == 1) */
+typedef volatile UWORD16  API;
+typedef volatile WORD16   API_SIGNED;
 
 
 
-
-
-typedef volatile UWORD16  API;
-typedef volatile WORD16   API_SIGNED;
-#endif /* #ifndef __L1_TYPES_H__ */
-