program which tests the CAR project (concerning the CAN bus)

Dependencies:   mbed

common_types.h

Committer:
mariob
Date:
2015-08-02
Revision:
0:8097eeede645

File content as of revision 0:8097eeede645:

#ifndef __COMMON_TYPES_H__
#define __COMMON_TYPES_H__

typedef unsigned char uint8;
typedef char int8;

typedef unsigned short uint16;
typedef short int16;

typedef unsigned int uint32;
typedef int int32;

#endif //__COMMON_TYPES_H__