General include file. One file for all projects.
Dependents: STM32F030R8_SOMO-14D
Diff: includes.h
- Revision:
- 1:9fe5e7653085
- Parent:
- 0:2e8d5d7bd82b
--- 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 ******************************************************************************* */