This commit is contained in:
2026-03-20 21:19:04 +08:00
parent 90c3d919df
commit 9d3b4b836f
247 changed files with 22127 additions and 30305 deletions

2
user/Main/GlobeTypeDef.h Executable file → Normal file
View File

@@ -16,7 +16,6 @@
typedef uint8_t u8; // <20>޷<EFBFBD><DEB7><EFBFBD><38><CEBB><EFBFBD>ͱ<EFBFBD><CDB1><EFBFBD>
typedef int8_t s8; // <20>з<EFBFBD><D0B7><EFBFBD><38><CEBB><EFBFBD>ͱ<EFBFBD><CDB1><EFBFBD>
typedef uint16_t u16; // <20>޷<EFBFBD><DEB7><EFBFBD>16λ<36><CEBB><EFBFBD>ͱ<EFBFBD><CDB1><EFBFBD>
typedef unsigned short int u16;
typedef int16_t s16; // <20>з<EFBFBD><D0B7><EFBFBD>16λ<36><CEBB><EFBFBD>ͱ<EFBFBD><CDB1><EFBFBD>
typedef uint32_t u32; // <20>޷<EFBFBD><DEB7><EFBFBD>32λ<32><CEBB><EFBFBD>ͱ<EFBFBD><CDB1><EFBFBD>
typedef int32_t s32; // <20>з<EFBFBD><D0B7><EFBFBD>32λ<32><CEBB><EFBFBD>ͱ<EFBFBD><CDB1><EFBFBD>
@@ -123,7 +122,6 @@ typedef struct
}__SYS_BIT_TypeDef;
typedef struct
{
u32 UARTHandle: 1;