esp-open-rtos/bootloader/c_types.h
2018-04-25 23:27:01 +10:00

10 lines
171 B
C

/* rboot type definitions */
typedef int int32;
typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned char uint8;
#define TRUE 1
#define FALSE 0