#ifndef DEFINES_H #define DEFINES_H #include typedef uint8_t uchar; typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32; #endif // DEFINES_H