feat: implement OneNet communication and ESP8266 integration
break: switch to c8t6
This commit is contained in:
17
Core/Inc/MqttKit/common.h
Normal file
17
Core/Inc/MqttKit/common.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef __COMMON_H__
|
||||
#define __COMMON_H__
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Type Definition Macros */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
typedef _Bool uint1;
|
||||
typedef unsigned char uint8;
|
||||
typedef char int8;
|
||||
typedef unsigned short uint16;
|
||||
typedef short int16;
|
||||
typedef unsigned int uint32;
|
||||
typedef int int32;
|
||||
typedef unsigned int size_t;
|
||||
|
||||
#endif /* __COMMON_H__ */
|
Reference in New Issue
Block a user