|
|
@ -34,7 +34,7 @@ typedef long long LONG;
|
|
|
|
#define LOWORD(l) ((WORD)(l))
|
|
|
|
#define LOWORD(l) ((WORD)(l))
|
|
|
|
#define HIWORD(l) ((WORD)((DWORD)(l) >> 16))
|
|
|
|
#define HIWORD(l) ((WORD)((DWORD)(l) >> 16))
|
|
|
|
|
|
|
|
|
|
|
|
#define min(a, b) ((a) < (b) ? (a) : (b))
|
|
|
|
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
|
|
|
#define MAX_STRING_LEN 32
|
|
|
|
#define MAX_STRING_LEN 32
|
|
|
|
#define IOT_PARAM_WRITE 0xAE
|
|
|
|
#define IOT_PARAM_WRITE 0xAE
|
|
|
|
#define IOT_PARAM_READ 0xAF
|
|
|
|
#define IOT_PARAM_READ 0xAF
|
|
|
|