program which tests the CAR project (concerning the CAN bus)
common_types.h
- Committer:
- mariob
- Date:
- 2015-08-31
- Revision:
- 1:8446a0d14877
- Parent:
- 0:8097eeede645
File content as of revision 1:8446a0d14877:
#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__
Mario Bambagini