11 lines
181 B
C
11 lines
181 B
C
|
#ifndef _CONFIG_H_
|
||
|
#define _CONFIG_H_
|
||
|
|
||
|
#define ERPC_VERSION "0.0.1"
|
||
|
|
||
|
|
||
|
#define u8 unsigned char
|
||
|
#define u16 unsigned short
|
||
|
#define u32 unsigned int
|
||
|
|
||
|
#endif /* _CONFIG_H_ */
|