Files
nrf51_2in13_epd/epd/common.h
2025-04-26 15:58:00 +08:00

16 lines
231 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
#include <stdint.h>
#include <stddef.h> // NULL
#define CODE
typedef unsigned int uint;
typedef uint8_t uint8;
typedef uint16_t uint16;
typedef uint32_t uint32;
#endif // !_COMMON_H_