esp-open-rtos/bootloader/c_types.h

11 lines
171 B
C
Raw Normal View History

2018-04-25 13:27:01 +00:00
/* rboot type definitions */
typedef int int32;
typedef unsigned short uint16;
typedef unsigned int uint32;
typedef unsigned char uint8;
#define TRUE 1
#define FALSE 0