erpc/config.h

11 lines
181 B
C
Raw Normal View History

2024-10-29 08:42:21 +00:00
#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_ */