mirror of
https://gitee.com/muyuchl/nrf51_2in13_epd.git
synced 2025-12-19 12:13:19 +08:00
copy the 2.6 incode code
This commit is contained in:
15
epd/common.h
Normal file
15
epd/common.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user