General include file. One file for all projects.

Dependents:   STM32F030R8_SOMO-14D

Files at this revision

API Documentation at this revision

Comitter:
issaiass
Date:
Fri Mar 13 01:10:13 2015 +0000
Parent:
0:2e8d5d7bd82b
Commit message:
Ordered some strings

Changed in this revision

includes.h Show annotated file Show diff for this revision Revisions of this file
diff -r 2e8d5d7bd82b -r 9fe5e7653085 includes.h
--- a/includes.h	Fri Mar 13 01:09:23 2015 +0000
+++ b/includes.h	Fri Mar 13 01:10:13 2015 +0000
@@ -35,18 +35,18 @@
 
 /*
 *******************************************************************************
-*                                                DATA TYPES
+*                              DATA TYPES
 *******************************************************************************
 */  
 
-typedef unsigned char  INT8U;     /* Define an unsigned integer (8 bit)        */
+typedef unsigned char  INT8U;   /* Define an unsigned integer (8 bit)        */
 typedef unsigned short INT16U;  /* Define an unsinged short (16 bit)         */
-typedef unsigned char  BOOLEAN; /* Try a boolean value (8 bit, char)           */
+typedef unsigned char  BOOLEAN; /* Try a boolean value (8 bit, char)         */
 
 
 /*
 *******************************************************************************
-*                                               HEADER FILES 
+*                             HEADER FILES 
 *******************************************************************************
 */