OSDN Git Service

Step 10 added.
[kozos-expbrd/kozos_expbrd.git] / firm / 05 / bootload / defines.h
1 #ifndef _DEFINES_H_INCLUDED_
2 #define _DEFINES_H_INCLUDED_
3
4 #define NULL ((void *)0)
5 #define SERIAL_DEFAULT_DEVICE 1
6
7 typedef unsigned char  uint8;
8 typedef unsigned short uint16;
9 typedef unsigned long  uint32;
10
11 #endif