This commit is contained in:
sunsets
2023-07-10 09:20:31 +08:00
parent a63019af97
commit 2d1de91a4f
12 changed files with 1169 additions and 7 deletions

View File

@@ -71,9 +71,9 @@ typedef unsigned int UINT32;
typedef int INT;
#endif
#ifndef INT32
typedef int INT32;
#endif
// #ifndef INT32
// typedef int INT32;
// #endif
typedef unsigned char INT8U; /* Unsigned 8 bit quantity */
typedef signed char INT8S; /* Signed 8 bit quantity */