mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-19 15:13:42 +08:00
eff388b1b6
date: 2023-07-27T18:38:32
master commit: fa310d9e25
5 lines
122 B
C
5 lines
122 B
C
#define uint8_t unsigned char
|
|
#define uint32_t unsigned int
|
|
#define int64_t long long
|
|
#define uint64_t unsigned long long
|