erpc/config.h

11 lines
153 B
C
Raw Normal View History

2024-10-29 08:42:21 +00:00
#ifndef _CONFIG_H_
#define _CONFIG_H_
2024-11-20 15:03:26 +00:00
2024-10-29 08:42:21 +00:00
#define u8 unsigned char
#define u16 unsigned short
#define u32 unsigned int
#endif /* _CONFIG_H_ */